Skip to content

Commit

Permalink
Add version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 committed Mar 4, 2019
1 parent 5479926 commit 74dbab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SuperADD/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("Dylan Bickerstaff")]
[assembly: AssemblyCompany("Dylan Bickerstaff")]
[assembly: AssemblyProduct("SuperADD")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("Dylan Bickerstaff")]
[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("0.0.1.0")]
[assembly: AssemblyFileVersion("0.0.1.0")]
[assembly: AssemblyVersion("0.0.2.0")]
[assembly: AssemblyFileVersion("0.0.2.0")]

0 comments on commit 74dbab0

Please sign in to comment.