Ratzz.Update.check 1.0.7

dotnet add package Ratzz.Update.check --version 1.0.7
                    
NuGet\Install-Package Ratzz.Update.check -Version 1.0.7
                    
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="Ratzz.Update.check" Version="1.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ratzz.Update.check" Version="1.0.7" />
                    
Directory.Packages.props
<PackageReference Include="Ratzz.Update.check" />
                    
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 Ratzz.Update.check --version 1.0.7
                    
#r "nuget: Ratzz.Update.check, 1.0.7"
                    
#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=Ratzz.Update.check&version=1.0.7
                    
Install as a Cake Addin
#tool nuget:?package=Ratzz.Update.check&version=1.0.7
                    
Install as a Cake Tool


This package checks if there is an update available


To start upload a text file like the following content on any web server:
"1.0.0.0"
Now if you want to change your newest version number just change your text file.
If you want to change your current version number just change your assembly version.

Now you can check for updates by doing the following:

string URL = "http://example.com/Version.txt";
int CountofNumbers = 4;
bool[] Results = RatzzUpdate.CheckforUpdate(URL,CountofNumbers);

Result[0] shows if there is an update available
Result[1] shows if there was any problem while checking for an update

You can also show the current version or newest version as a text by doing this:

string CurrentVersion = RatzzUpdate.GetCurrentVersion(CountofNumbers);
string NewestVersion = RatzzUpdate.GetNewestVersion(URL,CountofNumbers);

CountofNumbers is the amount of numbers you want to show.

If you have any problems or feedback just contact me on jonas@ratzz.de

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.7 1,229 2/19/2018
1.0.6 1,223 2/5/2018
1.0.5-beta 1,005 2/4/2018
1.0.4-beta 904 12/12/2017
1.0.1-beta 1,124 12/9/2017