Skip to content

Commit 627f945

Browse files
committed
1.16.4: Changed GPU metadata URL and credit URL in attempt to resolve AV false positives. See issue #131
1 parent 81a5e4b commit 627f945

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## [1.16.4] - 2023-02-02
8+
### Changed
9+
- Changed GPU metadata URL and credit URL in attempt to resolve AV false positives. See issue #131
10+
711
## [1.16.3] - 2023-01-26
812
### Fixed
913
- Release notes without any links caused a `ArgumentNullException` when retrieving GPU information. See issue #159

TinyNvidiaUpdateChecker/Handlers/ProgressBar.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace TinyNvidiaUpdateChecker.Handlers
77

88
/// <summary>
99
/// An ASCII alike progress bar
10-
/// By DanielSWolf, https://gist.github.com/DanielSWolf/0ab6a96899cc5377bf54
10+
/// author https://github.com/DanielSWolf
1111
/// Licensed under the MIT license, https://opensource.org/licenses/MIT
1212
/// </summary>
1313
public class ProgressBar : IDisposable, IProgress<double>

TinyNvidiaUpdateChecker/MainConsole.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class MainConsole
3636
/// <summary>
3737
/// GPU metadata repo
3838
/// </summary>
39-
private readonly static string gpuMetadataRepo = "https://raw.githubusercontent.com/ZenitH-AT/nvidia-data/main";
39+
private readonly static string gpuMetadataRepo = "https://github.com/ZenitH-AT/nvidia-data/raw/main";
4040

4141
/// <summary>
4242
/// URL for client update

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.16.3")]
23-
[assembly: AssemblyFileVersion("1.16.3")]
22+
[assembly: AssemblyVersion("1.16.4")]
23+
[assembly: AssemblyFileVersion("1.16.4")]

0 commit comments

Comments
 (0)