simplDeploy.Integration
5.1.6
dotnet add package simplDeploy.Integration --version 5.1.6
NuGet\Install-Package simplDeploy.Integration -Version 5.1.6
<PackageReference Include="simplDeploy.Integration" Version="5.1.6" />
paket add simplDeploy.Integration --version 5.1.6
#r "nuget: simplDeploy.Integration, 5.1.6"
// Install simplDeploy.Integration as a Cake Addin #addin nuget:?package=simplDeploy.Integration&version=5.1.6 // Install simplDeploy.Integration as a Cake Tool #tool nuget:?package=simplDeploy.Integration&version=5.1.6
NOTICE: This is only usable as an extension to your application if you use simplDeploy as VS-Extension. For more information checkout:
https://simpldeploy.com/
Check for updates inside your application with <var result = awaitUpdater.CheckForUpdatedPackage()>. You get a result and if <result.UpdateAvailable()> returns true you run <result.RunUpdatedPackage()>. To avoid exceptions in development-state call Updater.ApplicationIsDeployedAsSimplDeployPackage() and skip check if false.
If you want to get the version currently installed call Updater.GetCurrentInstalledPackageVersion().
Set User-Environment-Variable %SIMPLDEPLOY% to use customized Installation-Location.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Win32.Registry (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.1.6 | 193 | 3/6/2024 |
5.1.4 | 1,461 | 10/21/2022 |
5.1.3 | 400 | 10/20/2022 |
5.1.1 | 404 | 10/11/2022 |
5.1.0 | 386 | 10/10/2022 |
5.0.1 | 432 | 9/16/2022 |
5.0.0 | 425 | 9/15/2022 |
3.1.1 | 621 | 3/13/2020 |
3.0.3 | 500 | 2/11/2020 |
3.0.2 | 501 | 2/11/2020 |
3.0.1 | 451 | 2/5/2020 |
1.1.3 | 583 | 10/1/2019 |
1.1.2 | 485 | 10/1/2019 |
1.1.1 | 511 | 8/29/2019 |
1.1.0 | 489 | 8/29/2019 |
1.0.1 | 540 | 5/29/2019 |
1.0.0 | 550 | 5/29/2019 |
5.1.6: Removed dependency to System.Drawing.Common
5.1.4: Bugfix - Dependency to simplDeploy.Core removed
5.1.3: Added Strong Name
5.1.1: Bugfix - Dependencies not included
5.1.0: netstandard2.0 to support both .NET Framework and .NET (Core)
5.0.1: New Method Updater.GetCurrentInstalledManifest() to get more insights in installed Package
Version 5 What's new Create Universal Deployment, that can be placed anywhere