Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit 8971629

Browse files
committed
Updated changenotes and version number
1 parent 8bcf64a commit 8971629

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CUE.NET.nuspec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
<metadata>
44
<id>CUE.NET</id>
55
<title>CUE.NET</title>
6-
<version>1.1.3.1</version>
6+
<version>1.2.0.0</version>
77
<authors>Darth Affe</authors>
88
<owners>Darth Affe</owners>
99
<projectUrl>https://github.com/DarthAffe/CUE.NET</projectUrl>
1010
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/CUE.NET/master/LICENSE</licenseUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>Corsair HID SDK Wrapper</description>
1313
<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
1619
</releaseNotes>
1720
<summary>C# (.NET) Wrapper library around the Corsair CUE-SDK</summary>
1821
<copyright>Copyright © Wyrez 2017</copyright>

Examples/SimpleDevTest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [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")]

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [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")]

0 commit comments

Comments
 (0)