Skip to content

Commit

Permalink
Updated to v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymacdonald committed Jun 28, 2022
1 parent 9400cea commit e00d46d
Show file tree
Hide file tree
Showing 3 changed files with 2,594 additions and 5 deletions.
4 changes: 2 additions & 2 deletions NVIDIAInfo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ static void Main(string[] args)
NLog.LogManager.Configuration = config;

// Start the Log file
SharedLogger.logger.Info($"NVIDIAInfo/Main: Starting NVIDIAInfo v1.8.1");
SharedLogger.logger.Info($"NVIDIAInfo/Main: Starting NVIDIAInfo v1.8.3");


Console.WriteLine($"\nNVIDIAInfo v1.8.1");
Console.WriteLine($"\nNVIDIAInfo v1.8.3");
Console.WriteLine($"=================");
Console.WriteLine($"By Terry MacDonald (c) 2022\n");

Expand Down
4 changes: 2 additions & 2 deletions NVIDIAInfo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("1.8.1.0")]
[assembly: AssemblyFileVersion("1.8.1.0")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
Loading

0 comments on commit e00d46d

Please sign in to comment.