Skip to content

Commit

Permalink
Updated WinLibrary to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymacdonald committed Jun 3, 2022
1 parent e0e9748 commit d784d23
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 37 deletions.
4 changes: 2 additions & 2 deletions AMDInfo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ static void Main(string[] args)
NLog.LogManager.Configuration = config;

// Start the Log file
SharedLogger.logger.Info($"AMDInfo/Main: Starting AMDInfo v1.7.8");
SharedLogger.logger.Info($"AMDInfo/Main: Starting AMDInfo v1.7.9");


Console.WriteLine($"\nAMDInfo v1.7.8");
Console.WriteLine($"\nAMDInfo v1.7.9");
Console.WriteLine($"==============");
Console.WriteLine($"By Terry MacDonald 2022\n");

Expand Down
4 changes: 2 additions & 2 deletions AMDInfo/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.8.0")]
[assembly: AssemblyFileVersion("1.7.8.0")]
[assembly: AssemblyVersion("1.7.9.0")]
[assembly: AssemblyFileVersion("1.7.9.0")]
Loading

0 comments on commit d784d23

Please sign in to comment.