simplDeploy.Integration
3.1.1
See the version list below for details.
dotnet add package simplDeploy.Integration --version 3.1.1
NuGet\Install-Package simplDeploy.Integration -Version 3.1.1
<PackageReference Include="simplDeploy.Integration" Version="3.1.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add simplDeploy.Integration --version 3.1.1
#r "nuget: simplDeploy.Integration, 3.1.1"
// Install simplDeploy.Integration as a Cake Addin #addin nuget:?package=simplDeploy.Integration&version=3.1.1 // Install simplDeploy.Integration as a Cake Tool #tool nuget:?package=simplDeploy.Integration&version=3.1.1
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 Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
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 | 254 | 3/6/2024 |
5.1.4 | 2,098 | 10/21/2022 |
5.1.3 | 423 | 10/20/2022 |
5.1.1 | 428 | 10/11/2022 |
5.1.0 | 407 | 10/10/2022 |
5.0.1 | 455 | 9/16/2022 |
5.0.0 | 452 | 9/15/2022 |
3.1.1 | 657 | 3/13/2020 |
3.0.3 | 530 | 2/11/2020 |
3.0.2 | 534 | 2/11/2020 |
3.0.1 | 488 | 2/5/2020 |
1.1.3 | 620 | 10/1/2019 |
1.1.2 | 520 | 10/1/2019 |
1.1.1 | 549 | 8/29/2019 |
1.1.0 | 527 | 8/29/2019 |
1.0.1 | 574 | 5/29/2019 |
1.0.0 | 584 | 5/29/2019 |
New feature: Set User-Environment-Variable %SIMPLDEPLOY% to use customized Installation-Location.