Skip to content

Commit

Permalink
I think it's safe to go to version 1.0 now
Browse files Browse the repository at this point in the history
  • Loading branch information
rnelson committed Oct 4, 2020
1 parent 0b35984 commit 375da3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions KeysExportViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ross Nelson")]
[assembly: AssemblyProduct("KeysExport Viewer")]
[assembly: AssemblyCopyright("Copyright © 2013 Ross Nelson")]
[assembly: AssemblyCopyright("Copyright © 2013-2020 Ross Nelson")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -33,8 +33,8 @@
// 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("0.0.2.0")]
[assembly: AssemblyFileVersion("0.0.2.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

[assembly: NeutralResourcesLanguageAttribute("en")]
[assembly: CLSCompliant(true)]

0 comments on commit 375da3d

Please sign in to comment.