Project file Updates

AssemblyInfo File Updates
This commit is contained in:
Brett Hewitson 2021-12-03 20:28:35 +10:00
parent f3a1f558f4
commit 8241bd08e7
31 changed files with 125 additions and 129 deletions

View file

@ -7,9 +7,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("WPFSharp.Globalizer")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Rhyous")]
[assembly: AssemblyCompany("Rhyous, Bletch1971")]
[assembly: AssemblyProduct("WPFSharp.Globalizer")]
[assembly: AssemblyCopyright("Copyright © Rhyous 2012")]
[assembly: AssemblyCopyright("Copyright © 2012-2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -30,6 +30,5 @@ using System.Runtime.InteropServices;
//
// 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.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]