Skip to content

Commit

Permalink
Updated assembly infomation.
Browse files Browse the repository at this point in the history
  • Loading branch information
WesternGamer committed Oct 11, 2021
1 parent 61b783d commit 626971f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("LoadingScreenBackgroundImages")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTitle("CustomScreenBackgrounds")]
[assembly: AssemblyDescription("A plugin that allows you to customize the background on the loading screen and main menu.")]
[assembly: AssemblyConfiguration("RELEASE")]
[assembly: AssemblyCompany("WesternGamer")]
[assembly: AssemblyProduct("LoadingScreenBackgroundImages")]
[assembly: AssemblyProduct("CustomScreenBackgrounds")]
[assembly: AssemblyCopyright("Copyright © WesternGamer 2021")]
[assembly: AssemblyTrademark("")]
[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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]

0 comments on commit 626971f

Please sign in to comment.