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
<PackageReference Include="Ratzz.Update.check" Version="1.0.7" />
paket add Ratzz.Update.check --version 1.0.7
#r "nuget: Ratzz.Update.check, 1.0.7"
// 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
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,042 | 2/19/2018 |
1.0.6 | 967 | 2/5/2018 |
1.0.5-beta | 758 | 2/4/2018 |
1.0.4-beta | 736 | 12/12/2017 |
1.0.1-beta | 877 | 12/9/2017 |