Skip to content

Commit

Permalink
Update to v1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymacdonald committed Jan 2, 2023
1 parent 159b2c3 commit 858555c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CCDInfo/Program.cs
Expand Up @@ -45,12 +45,12 @@ static void Main(string[] args)
NLog.LogManager.Configuration = config;

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


Console.WriteLine($"\nCCDInfo v1.8.3");
Console.WriteLine($"\nCCDInfo v1.8.4");
Console.WriteLine($"==============");
Console.WriteLine($"By Terry MacDonald 2022\n");
Console.WriteLine($"(c) Terry MacDonald 2023\n");

if (args.Length > 0)
{
Expand Down
6 changes: 3 additions & 3 deletions CCDInfo/Properties/AssemblyInfo.cs
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("LittleBitBig")]
[assembly: AssemblyProduct("CCDInfo")]
[assembly: AssemblyCopyright("Copyright © Terry MacDonald 2022")]
[assembly: AssemblyCopyright("Copyright © Terry MacDonald 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.3.0")]
[assembly: AssemblyFileVersion("1.8.3.0")]
[assembly: AssemblyVersion("1.8.4.0")]
[assembly: AssemblyFileVersion("1.8.4.0")]

0 comments on commit 858555c

Please sign in to comment.