File tree Expand file tree Collapse file tree 4 files changed +5
-19
lines changed
TinyNvidiaUpdateChecker/Properties Expand file tree Collapse file tree 4 files changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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- ## [ Unreleased ]
7+ ## [ 1.19.1 ] - 2024-06-26
88### Added
99- Dialog for missing required .NET runtime
1010
Original file line number Diff line number Diff 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
36241 . [ Download the latest version] ( https://github.com/ElPumpo/TinyNvidiaUpdateChecker/releases )
37252 . Start TinyNvidiaUpdateChecker.exe
38263 . (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```
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.19.0 " ) ]
23- [ assembly: AssemblyFileVersion ( "1.19.0 " ) ]
22+ [ assembly: AssemblyVersion ( "1.19.1 " ) ]
23+ [ assembly: AssemblyFileVersion ( "1.19.1 " ) ]
Original file line number Diff line number Diff line change 1- c0428d67a0c70d7c2e033b6c5df18563
1+ 92588c0b064c24e7f16c62b9e31c1505
You can’t perform that action at this time.
0 commit comments