Skip to content

Commit

Permalink
Bump version & add missing assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuyler36 committed Sep 23, 2018
1 parent ffb1ae2 commit 83e0c22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ACSE")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("A save editor for Animal Crossing main series games.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ACSE")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCopyright("©2018 Jeremy Olsen")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,7 +32,7 @@
// 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.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]

[assembly: InternalsVisibleTo("ACSE.Tests")]

0 comments on commit 83e0c22

Please sign in to comment.