Skip to content

Commit

Permalink
Assembly info for first public release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomeli12 committed Oct 7, 2016
1 parent 53e8d8c commit 6f16b43
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions PlumMod/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#region Using directives
using System.Resources;
#region Using directives

using System;
using System.Reflection;
Expand All @@ -10,11 +11,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("PlumMod")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("A (not so) simple The Sims 4 mod manager.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("PlumMod")]
[assembly: AssemblyCopyright("Copyright 2016")]
[assembly: AssemblyCopyright("Copyright 2016 Lomeli12")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -28,4 +29,6 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.*")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit 6f16b43

Please sign in to comment.