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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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 | 227 | 10/21/2022 |
5.1.3 | 209 | 10/20/2022 |
5.1.1 | 208 | 10/11/2022 |
5.1.0 | 190 | 10/10/2022 |
5.0.1 | 218 | 9/16/2022 |
5.0.0 | 220 | 9/15/2022 |
3.1.1 | 492 | 3/13/2020 |
3.0.3 | 399 | 2/11/2020 |
3.0.2 | 412 | 2/11/2020 |
3.0.1 | 354 | 2/5/2020 |
1.1.3 | 466 | 10/1/2019 |
1.1.2 | 385 | 10/1/2019 |
1.1.1 | 394 | 8/29/2019 |
1.1.0 | 381 | 8/29/2019 |
1.0.1 | 433 | 5/29/2019 |
1.0.0 | 430 | 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