Files
RAGECOOP-V/Client/Scripts/Properties/AssemblyInfo.cs

23 lines
659 B
C#
Raw Normal View History


using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
2022-08-16 23:17:04 +08:00
using System.Resources;
2022-08-16 23:17:04 +08:00
// General Information
2022-08-16 23:31:17 +08:00
[assembly: AssemblyTitle("RageCoop.Client")]
[assembly: AssemblyDescription("RageCoop.Client")]
[assembly: AssemblyConfiguration("")]
2022-08-16 23:31:17 +08:00
[assembly: AssemblyCompany("RAGECOOP")]
[assembly: AssemblyProduct("RageCoop.Client")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("RAGECOOP")]
[assembly: AssemblyCulture("")]
2022-08-16 23:31:17 +08:00
2022-11-20 15:55:11 +08:00
// Version information
2023-03-18 16:02:40 +08:00
[assembly: AssemblyVersion("1.6.0.58")]
[assembly: AssemblyFileVersion("1.6.0.58")]
[assembly: NeutralResourcesLanguage( "en-US" )]