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.
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.
// Install Ratzz.Update.check as a Cake Addin
#addin nuget:?package=Ratzz.Update.check&version=1.0.7

// Install Ratzz.Update.check as a Cake Tool
#tool nuget:?package=Ratzz.Update.check&version=1.0.7


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 997 2/19/2018
1.0.6 942 2/5/2018
1.0.5-beta 734 2/4/2018
1.0.4-beta 706 12/12/2017
1.0.1-beta 855 12/9/2017