nUpdate.WithoutTAP
3.4.0
nUpdate has been updated to .NET Standard 2 and does no longer ship in two separate packages for EAP or TAP as it now uses TAP by default.
Built-in UI is now available by using the packages nUpdate.UI.WindowsForms and nUpdate.UI.WPF.
See the version list below for details.
dotnet add package nUpdate.WithoutTAP --version 3.4.0
NuGet\Install-Package nUpdate.WithoutTAP -Version 3.4.0
<PackageReference Include="nUpdate.WithoutTAP" Version="3.4.0" />
<PackageVersion Include="nUpdate.WithoutTAP" Version="3.4.0" />
<PackageReference Include="nUpdate.WithoutTAP" />
paket add nUpdate.WithoutTAP --version 3.4.0
#r "nuget: nUpdate.WithoutTAP, 3.4.0"
#addin nuget:?package=nUpdate.WithoutTAP&version=3.4.0
#tool nuget:?package=nUpdate.WithoutTAP&version=3.4.0
nUpdate is a modern update system for .NET applications. Providing high security and an easy-to-use user interface, nUpdate is the perfect solution for your software.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. net40 is compatible. net403 was computed. net45 was computed. 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. |
-
- Newtonsoft.Json (>= 12.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added Italian as language
- Fixed heavy security issue allowing a possible remote code execution
- Added windows event log usage to update installer for service applications
- Fixed a bug that could recognize the app running as service although it is not
- Added possibility to run operations before replacing files or folders
- Added rollout conditions
- Improved code to prevent further bugs
- ...