nUpdate.WithoutTAP 3.1.8

Suggested Alternatives

nUpdate

Additional Details

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.

There is a newer version of this package available.
See the version list below for details.
dotnet add package nUpdate.WithoutTAP --version 3.1.8
NuGet\Install-Package nUpdate.WithoutTAP -Version 3.1.8
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="nUpdate.WithoutTAP" Version="3.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add nUpdate.WithoutTAP --version 3.1.8
#r "nuget: nUpdate.WithoutTAP, 3.1.8"
#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 nUpdate.WithoutTAP as a Cake Addin
#addin nuget:?package=nUpdate.WithoutTAP&version=3.1.8

// Install nUpdate.WithoutTAP as a Cake Tool
#tool nuget:?package=nUpdate.WithoutTAP&version=3.1.8

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
3.5.0 999 7/27/2019
3.4.1 595 6/18/2019
3.4.0 593 6/18/2019
3.3.1 1,004 5/30/2018
3.3.0 975 5/23/2018
3.2.1 970 10/7/2017
3.2.0 916 9/12/2017
3.1.8 1,004 9/2/2017
3.1.2 894 8/30/2017
3.1.0 889 8/16/2017

- Fixed possible unhandled errors due to problems with SQL connections in nUpdate.Administration
- Fixed that specific events in the UpdateManager were not fired correctly
- Fixed that nUpdate stopped updating when adding an entry to the statistics failed instead of just showing a warning
- Fixed a bug that the application terminated when clicking "No" in the upcoming UAC prompt for starting nUpdate UpdateInstaller - now it simply continues running
- Fixed possible uncaught exceptions when using the Taskbased asynchronous pattern and starting nUpdate UpdateInstaller fails
- Internal improvements of some classes and implementations