Skip to content

Commit

Permalink
Update AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahk1221 committed Aug 21, 2018
1 parent 2c52c69 commit b82f0f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SMLHelper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SMLHelper")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("A library that helps making mods for Subnautica easier.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("SMLHelperDevs")]
[assembly: AssemblyProduct("SMLHelper")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.2.0")]

0 comments on commit b82f0f0

Please sign in to comment.