AutoupdaterdotNet 1.2.0

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

// Install AutoupdaterdotNet as a Cake Tool
#tool nuget:?package=AutoupdaterdotNet&version=1.2.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. 
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

* Added Russian translation provided by Ilya Golets
* Fixed problems when short URL used in app cast download URL field.
* Now getting name of application from assembly title rather than assembly name as proposed by Ilya Golets.
* Added open URL support for portable applications.