diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 0897602..ccfbe2e 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -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("")] @@ -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")]