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

18 lines
586 B
C#
Raw Normal View History

2022-11-16 17:40:07 +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-08-16 23:17:04 +08:00
// Version informationr(
2022-11-16 17:37:31 +08:00
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
2022-11-16 17:40:07 +08:00
[assembly: NeutralResourcesLanguageAttribute("en-US")]