HMBSbige.UpdateChecker 11.0.0

dotnet add package HMBSbige.UpdateChecker --version 11.0.0
                    
NuGet\Install-Package HMBSbige.UpdateChecker -Version 11.0.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="HMBSbige.UpdateChecker" Version="11.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HMBSbige.UpdateChecker" Version="11.0.0" />
                    
Directory.Packages.props
<PackageReference Include="HMBSbige.UpdateChecker" />
                    
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 HMBSbige.UpdateChecker --version 11.0.0
                    
#r "nuget: HMBSbige.UpdateChecker, 11.0.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.
#:package HMBSbige.UpdateChecker@11.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HMBSbige.UpdateChecker&version=11.0.0
                    
Install as a Cake Addin
#tool nuget:?package=HMBSbige.UpdateChecker&version=11.0.0
                    
Install as a Cake Tool

UpdateChecker

Channel Status
CI CI
NuGet.org NuGet.org

Usage

GitHub Releases

GitHubReleasesUpdateCheckerOptions options = new()
{
	Owner = @"microsoft",
	Repo = @"PowerToys",
	IsPreRelease = false,
	CurrentVersion = @"0.80.0",
	VersionScheme = new DefaultVersionScheme()
};

GitHubReleasesUpdateChecker updateChecker = new(options);
try
{
	bool result = await updateChecker.CheckAsync(default);
	// bool result = await updateChecker.CheckAsync(new HttpClient(), new CancellationToken());
	if (result)
	{
		// Update Found

		string? latestVersion = updateChecker.LatestVersion;
		string? latestVersionUrl = updateChecker.LatestVersionUrl;
	}
	else
	{
		// No newer version was found
	}
}
catch (UpdateCheckException)
{
	// Cannot find any correct tag, or current version is invalid.
}
catch (Exception)
{
	// Network, JSON, cancellation, or other unexpected exception.
}
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on HMBSbige.UpdateChecker:

Repository Stars
HMBSbige/ShadowsocksR-Windows
Ship of Theseus
HMBSbige/NatTypeTester
测试当前网络的 NAT 类型(STUN)
HMBSbige/BilibiliLiveRecordDownLoader
Bilibili 直播录制
Version Downloads Last Updated
11.0.0 45 5/1/2026
10.0.0 2,390 11/16/2025
8.0.1 2,730 7/10/2024
6.0.1 5,785 12/15/2021
6.0.0 1,356 11/9/2021
5.0.1 7,513 1/13/2021
5.0.0 1,242 11/16/2020