|
7 | 7 | // set of attributes. Change these attribute values to modify the information |
8 | 8 | // associated with an assembly. |
9 | 9 | [assembly: AssemblyTitle("ModLauncher")] |
10 | | -[assembly: AssemblyDescription("Modification launcher for LeakNet HL2 Beta patch")] |
| 10 | +[assembly: AssemblyDescription("Modification launcher for LeakNet HL2 Leak patch")] |
11 | 11 | [assembly: AssemblyConfiguration("")] |
12 | 12 | [assembly: AssemblyCompany("VXP")] |
13 | 13 | [assembly: AssemblyProduct("ModLauncher")] |
14 | | -[assembly: AssemblyCopyright("Copyright © VXP 2017")] |
15 | | -[assembly: AssemblyTrademark("2017 Valve Corporation. All rights reserved. Valve, the Valve logo, Half-Life, the Half-Life logo are trademarks and/or registered trademarks of Valve Corporation. All other trademarks are property of their respective owners.")] |
| 14 | +[assembly: AssemblyCopyright("Copyright © VXP 2018")] |
| 15 | +[assembly: AssemblyTrademark("2018 Valve Corporation. All rights reserved. Valve, the Valve logo, Half-Life, the Half-Life logo are trademarks and/or registered trademarks of Valve Corporation. All other trademarks are property of their respective owners.")] |
16 | 16 | [assembly: AssemblyCulture("")] |
17 | 17 |
|
18 | 18 | // Setting ComVisible to false makes the types in this assembly not visible |
|
33 | 33 | // You can specify all the values or you can default the Build and Revision Numbers |
34 | 34 | // by using the '*' as shown below: |
35 | 35 | // [assembly: AssemblyVersion("1.0.*")] |
36 | | -[assembly: AssemblyVersion("0.9.3.0")] |
37 | | -[assembly: AssemblyFileVersion("0.9.3.0")] |
| 36 | +[assembly: AssemblyVersion("0.9.4.0")] |
| 37 | +[assembly: AssemblyFileVersion("0.9.4.0")] |
38 | 38 | [assembly: NeutralResourcesLanguageAttribute("en")] |
0 commit comments