Compare commits

..

No commits in common. "v2" and "2.21" have entirely different histories.
v2 ... 2.21

3 changed files with 7 additions and 5 deletions

View file

@ -49,5 +49,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.22")]
[assembly: AssemblyFileVersion("2.22")]
[assembly: AssemblyVersion("2.21")]
[assembly: AssemblyFileVersion("2.21")]

View file

@ -335,7 +335,7 @@ namespace EnvyUpdate
{
GPUName = obj["VideoProcessor"].ToString().ToLower();
// Remove any 3GB, 6GB or similar from name. We don't need to know the VRAM to get results.
GPUName = Regex.Match(GPUName, "(geforce )((.t.? )|(mx ))?\\w*\\d*( ti)?").Value;
GPUName = Regex.Match(GPUName, "(geforce )((.tx )|(mx))?\\w*\\d*( ti)?").Value;
}
else
GPUName = obj["VideoProcessor"].ToString();

View file

@ -2,7 +2,9 @@
# Important Information
This is the old "v2" branch of EnvyUpdate. New features will not be added here, but bugs will be fixed. For the newest features and additions, please download the latest release built from the "master" branch.
Nvidia has discontinued non-DCH drivers. This means only Windows 10 and Windows 11 can get the most recent driver versions.
If you are running Standard (non-DCH) drivers right now, EnvyUpdate will **NOT** display newer driver versions until you have manually updated to DCH drivers.
# EnvyUpdate
A small portable update checker application for Nvidia GPUs
@ -13,7 +15,7 @@ This is the old "v2" branch of EnvyUpdate. New features will not be added here,
## How to use
Download the [latest 2.x release](https://github.com/fyr77/EnvyUpdate/releases/tag/2.21) and run it. Windows SmartScreen Messages can be safely ignored. They only happen because this project is not digitally signed.
Download the [latest release](https://github.com/fyr77/EnvyUpdate/releases/latest/download/EnvyUpdate.exe) (or as a [.zip](https://github.com/fyr77/EnvyUpdate/releases/latest/download/EnvyUpdate.zip)) and run it. Windows SmartScreen Messages can be safely ignored. They only happen because this project is not digitally signed.
The application itself does not update itself. If you notice any bugs or issues, be sure to check for a new version on GitHub!