Skip to content

Commit 4659470

Browse files
committed
Final commit v1.23.0
1 parent 6962c30 commit 4659470

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [1.23.0] - 2026-02-23
88
### Changed
9+
- Fallback to New Metadata Handler if GPU metadata was not found in Zenith repo
910
- Checksum calculation method changed to GitHub API SHA256 from MD5
11+
- Updated dependencies
1012

1113
## [1.22.1] - 2025-06-05
1214
### Added

TinyNvidiaUpdateChecker/MainConsole.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@
55
using System.Windows.Forms;
66
using System.Collections.Generic;
77
using System.Linq;
8-
using System.Management;
98
using System.Net.NetworkInformation;
109
using System.Xml;
1110
using TinyNvidiaUpdateChecker.Handlers;
12-
using Microsoft.Win32;
13-
using System.Text.RegularExpressions;
1411
using Newtonsoft.Json.Linq;
15-
using Newtonsoft.Json;
1612
using HtmlAgilityPack;
1713
using System.Net.Http;
1814
using HttpClientProgress;

TinyNvidiaUpdateChecker/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
// Minor Version
2020
// Patch
2121
// Following the Semantic Versioning 2.0.0 standard; see http://semver.org/spec/v2.0.0.html.
22-
[assembly: AssemblyVersion("1.22.1")]
23-
[assembly: AssemblyFileVersion("1.22.1")]
22+
[assembly: AssemblyVersion("1.23.0")]
23+
[assembly: AssemblyFileVersion("1.23.0")]

TinyNvidiaUpdateChecker/TinyNvidiaUpdateChecker.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<None Include="..\.editorconfig" Link=".editorconfig" />
2626
</ItemGroup>
2727
<ItemGroup>
28-
<PackageReference Include="HtmlAgilityPack" Version="1.12.1" />
29-
<PackageReference Include="HtmlSanitizer" Version="9.0.884" />
30-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
31-
<PackageReference Include="System.Management" Version="9.0.5" />
28+
<PackageReference Include="HtmlAgilityPack" Version="1.12.4" />
29+
<PackageReference Include="HtmlSanitizer" Version="9.0.892" />
30+
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
31+
<PackageReference Include="System.Management" Version="10.0.3" />
3232
</ItemGroup>
3333
</Project>

0 commit comments

Comments
 (0)