Skip to content

Commit

Permalink
Updated to v1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymacdonald committed Jun 2, 2022
1 parent 6725efa commit 0a8c1aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.7.7");
SharedLogger.logger.Info($"NVIDIAInfo/Main: Starting NVIDIAInfo v1.7.8");


Console.WriteLine($"\nNVIDIAInfo v1.7.7");
Console.WriteLine($"\nNVIDIAInfo v1.7.8");
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.7.7.0")]
[assembly: AssemblyFileVersion("1.7.7.0")]
[assembly: AssemblyVersion("1.7.8.0")]
[assembly: AssemblyFileVersion("1.7.8.0")]

0 comments on commit 0a8c1aa

Please sign in to comment.