BlueUpdate 1.0.4.1

dotnet add package BlueUpdate --version 1.0.4.1
                    
NuGet\Install-Package BlueUpdate -Version 1.0.4.1
                    
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="BlueUpdate" Version="1.0.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BlueUpdate" Version="1.0.4.1" />
                    
Directory.Packages.props
<PackageReference Include="BlueUpdate" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BlueUpdate --version 1.0.4.1
                    
#r "nuget: BlueUpdate, 1.0.4.1"
                    
#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.
#addin nuget:?package=BlueUpdate&version=1.0.4.1
                    
Install BlueUpdate as a Cake Addin
#tool nuget:?package=BlueUpdate&version=1.0.4.1
                    
Install BlueUpdate as a Cake Tool

A toolkit for automatic updating of .NET applications from the web. It can be used as a simple deployment tool. Includes it's own executable updater, which is automatically downloaded the first time the application starts.

Product Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  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
1.0.4.1 702 9/24/2020
1.0.4 549 6/29/2020
1.0.3.3 821 12/26/2018
1.0.3.2 1,140 7/18/2018
1.0.3.1 1,077 7/18/2018
1.0.3 1,229 10/7/2017
1.0.2 1,185 10/2/2017
1.0.1.2 1,434 6/29/2017
1.0.1.1 1,051 6/29/2017
1.0.1 1,058 6/29/2017

Fixed a bug where it didn't recognize previous version of Updater as legit.