|
6 | 6 | // set of attributes. Change these attribute values to modify the information |
7 | 7 | // associated with an assembly. |
8 | 8 | [assembly: AssemblyTitle("nvidiaProfileInspector")] |
9 | | -[assembly: AssemblyDescription("")] |
| 9 | +[assembly: AssemblyDescription("Inspects NVIDIA profiles...")] |
10 | 10 | [assembly: AssemblyConfiguration("")] |
11 | | -[assembly: AssemblyCompany("")] |
| 11 | +[assembly: AssemblyCompany("AnubyteCode")] |
12 | 12 | [assembly: AssemblyProduct("NVIDIA Profile Inspector")] |
13 | | -[assembly: AssemblyCopyright("©2022 by Orbmu2k")] |
| 13 | +[assembly: AssemblyCopyright("Orbmu2k: MIA")] |
14 | 14 | [assembly: AssemblyTrademark("")] |
15 | 15 | [assembly: AssemblyCulture("")] |
16 | 16 |
|
|
20 | 20 | [assembly: ComVisible(false)] |
21 | 21 |
|
22 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
23 | | -[assembly: Guid("c2fe2861-54c5-4d63-968e-30472019bed3")] |
| 23 | +[assembly: Guid("c2fe2861-54c5-4d63-dead-30472019bed3")] |
24 | 24 |
|
25 | 25 | // Version information for an assembly consists of the following four values: |
26 | 26 | // |
|
32 | 32 | // You can specify all the values or you can default the Build and Revision Numbers |
33 | 33 | // by using the '*' as shown below: |
34 | 34 | // [assembly: AssemblyVersion("1.0.*")] |
35 | | -[assembly: AssemblyVersion("2.4.0.1")] |
36 | | -[assembly: AssemblyFileVersion("2.4.0.1")] |
| 35 | +[assembly: AssemblyVersion("2.4.1.0")] |
| 36 | +[assembly: AssemblyFileVersion("2.4.1.0")] |
37 | 37 |
|
38 | 38 |
|
0 commit comments