Skip to content

Commit df6c809

Browse files
committed
Final commit v1.19.1
1 parent 5ff42ee commit df6c809

File tree

4 files changed

+5
-19
lines changed

4 files changed

+5
-19
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.19.1] - 2024-06-26
88
### Added
99
- Dialog for missing required .NET runtime
1010

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,16 @@ TinyNvidiaUpdateChecker (TNUC for short) is a lightweight tool that checks for N
1515
## Dependencies
1616

1717
- Windows 10 or higher
18-
- [.NET Desktop Runtime 8 x86](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
18+
- [.NET Desktop Runtime 8 x64](https://dotnet.microsoft.com/en-us/download/dotnet/8.0), it will be prompted to install if missing
1919
- Internet connection
2020
- (optional) WinRAR, 7-Zip or NanaZip for minimal install feature
2121

22-
### .NET Desktop Runtime 8
23-
24-
If TNUC does not run or close after a split second then you did not install this runtime properly.
25-
26-
There are two ways you can install it. The easiest and first way is with a privileged command prompt.
27-
28-
`winget install Microsoft.DotNet.DesktopRuntime.8 --architecture x86`
29-
30-
Or
31-
32-
[Navigate to the download page](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) and select the __.NET Desktop Runtime x86__ download
33-
3422
## Installation
3523

3624
1. [Download the latest version](https://github.com/ElPumpo/TinyNvidiaUpdateChecker/releases)
3725
2. Start TinyNvidiaUpdateChecker.exe
3826
3. (Optional) Configure [execute when logging in](https://github.com/ElPumpo/TinyNvidiaUpdateChecker/wiki/Quiet-runs-on-user-login)
3927

40-
If it does not run or closes after a split second then you did not install the required runtime properly, see above.
41-
4228
### Install with [Scoop](https://scoop.sh/#/apps?s=2&d=1&o=true&p=1&q=tinynvidiaupdatechecker)
4329

4430
```

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.19.0")]
23-
[assembly: AssemblyFileVersion("1.19.0")]
22+
[assembly: AssemblyVersion("1.19.1")]
23+
[assembly: AssemblyFileVersion("1.19.1")]

checksum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c0428d67a0c70d7c2e033b6c5df18563
1+
92588c0b064c24e7f16c62b9e31c1505

0 commit comments

Comments
 (0)