This repository was archived by the owner on Aug 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Examples/SimpleDevTest/Properties Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 3
3
<metadata >
4
4
<id >CUE.NET</id >
5
5
<title >CUE.NET</title >
6
- <version >1.1.3.1 </version >
6
+ <version >1.2.0.0 </version >
7
7
<authors >Darth Affe</authors >
8
8
<owners >Darth Affe</owners >
9
9
<projectUrl >https://github.com/DarthAffe/CUE.NET</projectUrl >
10
10
<licenseUrl >https://raw.githubusercontent.com/DarthAffe/CUE.NET/master/LICENSE</licenseUrl >
11
11
<requireLicenseAcceptance >true</requireLicenseAcceptance >
12
12
<description >Corsair HID SDK Wrapper</description >
13
13
<releaseNotes >
14
- - Added an effect-list to the effect-target
15
- - Added two lists to allow modification of the native-dll-paths
14
+ - Updated SDK to 2.18.127
15
+ - Added methods to use the new GetColor method
16
+ - Added an event to get the key-change of special keys (G and M)
17
+ - Fixed missing LoadedArchitecture assignment
18
+ - Fixed an issue that prevents further reinitializing if an exception was thrown earlier
16
19
</releaseNotes >
17
20
<summary >C# (.NET) Wrapper library around the Corsair CUE-SDK</summary >
18
21
<copyright >Copyright © Wyrez 2017</copyright >
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1.1.3.1 " ) ]
35
- [ assembly: AssemblyFileVersion ( "1.1.3.1 " ) ]
34
+ [ assembly: AssemblyVersion ( "1.2.0.0 " ) ]
35
+ [ assembly: AssemblyFileVersion ( "1.2.0.0 " ) ]
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "1.1.3.1 " ) ]
35
- [ assembly: AssemblyFileVersion ( "1.1.3.1 " ) ]
34
+ [ assembly: AssemblyVersion ( "1.2.0.0 " ) ]
35
+ [ assembly: AssemblyFileVersion ( "1.2.0.0 " ) ]
You can’t perform that action at this time.
0 commit comments