AutoupdaterdotNet 1.3.0

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

// Install AutoupdaterdotNet as a Cake Tool
#tool nuget:?package=AutoupdaterdotNet&version=1.3.0

AutoUpdater.NET is a class library that allows .net developers to easily add auto update functionality to their c# or vb.net projects.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net20 is compatible.  net35 was computed.  net40 was computed.  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.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.1 1,172 8/7/2014
1.3.0 49 8/2/2014
1.2.0 263 4/17/2013
1.1.0 473 6/19/2012

* Fixed problem in DownloadUpdateDialog where download continues even if you close the dialog.
* Added support for new url field for 64 bit application setup. AutoUpdater.NET will decide which download url to use by looking at the value of IntPtr.Size.
* Added German translation provided by Rene Kannegiesser.
* Now developer can handle update logic herself using event suggested by ricorx7.
* Added italian translation provided by Gianluca Mariani.
* Fixed bug that prevents Application from exiting when AutoUpdater.NET was used with WPF application.
* Added DownloadUpdate method that allow developers to use Download Dialog built into the AutoUpdater.NET.