Skip to content

Commit

Permalink
Fix ChangeDisplaySettingsEx usage
Browse files Browse the repository at this point in the history
Also update version to v1.7.9
  • Loading branch information
terrymacdonald committed Jun 3, 2022
1 parent 0d49606 commit 73682c8
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 37 deletions.
4 changes: 2 additions & 2 deletions CCDInfo/Program.cs
Expand Up @@ -45,10 +45,10 @@ static void Main(string[] args)
NLog.LogManager.Configuration = config;

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


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

Expand Down
4 changes: 2 additions & 2 deletions CCDInfo/Properties/AssemblyInfo.cs
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")]

0 comments on commit 73682c8

Please sign in to comment.