simplDeploy.Integration 3.0.3

.NET Framework 4.5
There is a newer version of this package available.
See the version list below for details.
dotnet add package simplDeploy.Integration --version 3.0.3
NuGet\Install-Package simplDeploy.Integration -Version 3.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="simplDeploy.Integration" Version="3.0.3">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add simplDeploy.Integration --version 3.0.3
#r "nuget: simplDeploy.Integration, 3.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install simplDeploy.Integration as a Cake Addin
#addin nuget:?package=simplDeploy.Integration&version=3.0.3

// Install simplDeploy.Integration as a Cake Tool
#tool nuget:?package=simplDeploy.Integration&version=3.0.3

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 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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.4 314 10/21/2022
5.1.3 269 10/20/2022
5.1.1 275 10/11/2022
5.1.0 252 10/10/2022
5.0.1 291 9/16/2022
5.0.0 290 9/15/2022
3.1.1 505 3/13/2020
3.0.3 409 2/11/2020
3.0.2 419 2/11/2020
3.0.1 363 2/5/2020
1.1.3 475 10/1/2019
1.1.2 394 10/1/2019
1.1.1 403 8/29/2019
1.1.0 390 8/29/2019
1.0.1 443 5/29/2019
1.0.0 437 5/29/2019

New feature: Set User-Environment-Variable %SIMPLDEPLOY% to use customized Installation-Location.