1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-29 16:40:24 -05:00

Changed some assembly properties.

This commit is contained in:
RaidMax
2017-06-19 16:46:31 -04:00
parent 7dfc2bbc1b
commit 4007e6d196
9 changed files with 250 additions and 250 deletions

View File

@ -6,11 +6,11 @@ using System.Resources;
// 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("IW4M Admin")]
[assembly: AssemblyDescription("Server administration for your IW4X Servers")]
[assembly: AssemblyTitle("IW4MAdmin Application")]
[assembly: AssemblyDescription("Server administration for IW4X Servers")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("ForeverNone LLC")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyProduct("IW4MAdmin")]
[assembly: AssemblyCopyright("2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -33,5 +33,5 @@ using System.Resources;
// 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.3.*")]
[assembly: AssemblyVersion("1.4.*")]
[assembly: NeutralResourcesLanguageAttribute("en")]