Skip to content

Commit

Permalink
Set version information properly
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas17 committed Jan 11, 2019
1 parent 01834ca commit 5643543
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions KillCounter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("KillCounter")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Celeste mod to show a death counter on screen")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Nicolás Alvarez")]
[assembly: AssemblyProduct("KillCounter")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyCopyright("Copyright © 2019 Nicolás Alvarez")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -36,5 +36,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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]

0 comments on commit 5643543

Please sign in to comment.