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

18 lines
586 B
C#
Raw Normal View History

2022-11-30 20:17:06 +08:00
using System.Reflection;
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
2022-11-30 20:17:06 +08:00
[assembly: AssemblyVersion("1.6.0.21")]
[assembly: AssemblyFileVersion("1.6.0.21")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]