Skip to content

Commit

Permalink
Update the application version number to 0.3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemalcs committed Jan 19, 2024
1 parent 678e887 commit 56026fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DTSXExplorer/DTSXExplorer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DTSX Explorer")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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")]

0 comments on commit 56026fc

Please sign in to comment.