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 b663d6f commit 7830e87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.8.2");
SharedLogger.logger.Info($"CCDInfo/Main: Starting CCDInfo v1.8.3");


Console.WriteLine($"\nCCDInfo v1.8.2");
Console.WriteLine($"\nCCDInfo v1.8.3");
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.8.2.0")]
[assembly: AssemblyFileVersion("1.8.2.0")]
[assembly: AssemblyVersion("1.8.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]

0 comments on commit 7830e87

Please sign in to comment.