This commit is contained in:
2025-09-08 14:13:06 +02:00
parent c4e6e7fee5
commit a0167e2487
4 changed files with 14 additions and 12 deletions

View File

@@ -6,12 +6,12 @@ using System.Runtime.InteropServices;
// 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("Driver Easy Loader")]
[assembly: AssemblyTitle("Driver Easy Loader by Vichingo455")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Vichingo455")]
[assembly: AssemblyProduct("Driver Easy Loader by Vichingo455")]
[assembly: AssemblyCopyright("Copyright © 2022 Vichingo455. All rights reserved")]
[assembly: AssemblyProduct("Driver Easy Loader")]
[assembly: AssemblyCopyright("Copyright © 2025 Vichingo455. All rights reserved")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -33,6 +33,6 @@ using System.Runtime.InteropServices;
// 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.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: NeutralResourcesLanguage("en")]