Skip to content

Commit 24dc1cb

Browse files
committed
Final commit v1.18.0
1 parent f6b1ead commit 24dc1cb

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ 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.18.0] - 2024-06-06
88
### Added
99
- Multiple GPU support, when more than one GPU is detected a dialog is shown, allowing users to choose the proper GPU of their liking. See issue #177
1010
- NVIDIA devices with no drivers installed, it looks up the device name from a public API. See issue #163
1111
- GPU metadata is now cached in the configuration directory instead of being fetched everytime it runs, this fixes issues for users in China due to the GFW. See issue #195
1212
- `--dry-run` command line argument (author: [TomKranenburg](https://github.com/TomKranenburg))
13+
1314
### Fixed
1415
- Internet connection failing whilst downloading driver is now properly communicated, see issue #204
16+
1517
### Changed
1618
- Redesigned Download Location form
1719
- Updated .NET Runtime to version 8

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ Uses a NVIDIA API to get the latest driver, and there is support for the majorit
1111
## Dependencies
1212

1313
- Windows 10 or higher
14-
- [.NET Desktop Runtime 7 x86](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
14+
- [.NET Desktop Runtime 8 x86](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
1515
- Internet connection
1616
- (optional) [WinRAR](https://www.rarlab.com/) or [7-Zip](http://www.7-zip.org) for minimal install feature
1717

18-
### .NET Desktop Runtime 7
18+
### .NET Desktop Runtime 8
1919

20-
If TNUC does not run or closes after a split second then you did not install this runtime properly.
20+
If a prompt comes up to install .NET Runtime 8, then do not worry.
2121

2222
There is two ways you can install it. The easiest and first way is with a privileged command prompt.
2323

24-
`winget install Microsoft.DotNet.DesktopRuntime.7 --architecture x86`
24+
`winget install Microsoft.DotNet.DesktopRuntime.8 --architecture x86`
2525

2626
Or
2727

28-
[Navigate to the download page](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) and select the __.NET Desktop Runtime x86__ download
28+
[Navigate to the download page](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) and select the __.NET Desktop Runtime x86__ download
2929

3030
## Installation
3131

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.17.1")]
23-
[assembly: AssemblyFileVersion("1.17.1")]
22+
[assembly: AssemblyVersion("1.18.0")]
23+
[assembly: AssemblyFileVersion("1.18.0")]

0 commit comments

Comments
 (0)