Info
Version: | 5.1.6 |
Author(s): | simplDeploy.com |
Last Update: | Wednesday, March 6, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/simplDeploy.Integration |
Install
Install-Package simplDeploy.Integration
dotnet add package simplDeploy.Integration
paket add simplDeploy.Integration
simplDeploy.Integration Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.