File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 " ) ]
You can’t perform that action at this time.
0 commit comments