From 56026fc0d6655568efdaae358d73213c2b6be427 Mon Sep 17 00:00:00 2001 From: Luis Lema Date: Thu, 18 Jan 2024 22:06:24 -0500 Subject: [PATCH] Update the application version number to 0.3.0.1. --- DTSXExplorer/DTSXExplorer/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DTSXExplorer/DTSXExplorer/Properties/AssemblyInfo.cs b/DTSXExplorer/DTSXExplorer/Properties/AssemblyInfo.cs index d1a51b2..b1e3b39 100644 --- a/DTSXExplorer/DTSXExplorer/Properties/AssemblyInfo.cs +++ b/DTSXExplorer/DTSXExplorer/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("DTSX Explorer")] -[assembly: AssemblyCopyright("Copyright © 2022")] +[assembly: AssemblyCopyright("Copyright © 2023")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -29,5 +29,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("0.3.0.0")] -[assembly: AssemblyFileVersion("0.3.0.0")] +[assembly: AssemblyVersion("0.3.0.1")] +[assembly: AssemblyFileVersion("0.3.0.1")]