simplDeploy.Integration
5.1.4
dotnet add package simplDeploy.Integration --version 5.1.4
NuGet\Install-Package simplDeploy.Integration -Version 5.1.4
<PackageReference Include="simplDeploy.Integration" Version="5.1.4" />
paket add simplDeploy.Integration --version 5.1.4
#r "nuget: simplDeploy.Integration, 5.1.4"
// Install simplDeploy.Integration as a Cake Addin
#addin nuget:?package=simplDeploy.Integration&version=5.1.4
// Install simplDeploy.Integration as a Cake Tool
#tool nuget:?package=simplDeploy.Integration&version=5.1.4
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-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)
- System.Drawing.Common (>= 6.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.4 | 474 | 10/21/2022 |
5.1.3 | 360 | 10/20/2022 |
5.1.1 | 361 | 10/11/2022 |
5.1.0 | 346 | 10/10/2022 |
5.0.1 | 386 | 9/16/2022 |
5.0.0 | 376 | 9/15/2022 |
3.1.1 | 567 | 3/13/2020 |
3.0.3 | 462 | 2/11/2020 |
3.0.2 | 473 | 2/11/2020 |
3.0.1 | 421 | 2/5/2020 |
1.1.3 | 536 | 10/1/2019 |
1.1.2 | 449 | 10/1/2019 |
1.1.1 | 461 | 8/29/2019 |
1.1.0 | 458 | 8/29/2019 |
1.0.1 | 505 | 5/29/2019 |
1.0.0 | 504 | 5/29/2019 |
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