simplDeploy.Integration
3.1.1
Install-Package simplDeploy.Integration -Version 3.1.1
dotnet add 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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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.
New feature: Set User-Environment-Variable %SIMPLDEPLOY% to use customized Installation-Location.