Skip to content

Commit

Permalink
Made TaskBarLayout more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymacdonald committed Jun 2, 2022
1 parent 86c9c36 commit 21a5d10
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 113 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.6");
SharedLogger.logger.Info($"CCDInfo/Main: Starting CCDInfo v1.7.7");


Console.WriteLine($"\nCCDInfo v1.7.6");
Console.WriteLine($"\nCCDInfo v1.7.7");
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.6.0")]
[assembly: AssemblyFileVersion("1.7.6.0")]
[assembly: AssemblyVersion("1.7.7.0")]
[assembly: AssemblyFileVersion("1.7.7.0")]

0 comments on commit 21a5d10

Please sign in to comment.