diff --git a/CUE.NET.nuspec b/CUE.NET.nuspec index 6895818..a0c59d6 100644 --- a/CUE.NET.nuspec +++ b/CUE.NET.nuspec @@ -3,7 +3,7 @@ CUE.NET CUE.NET - 1.1.3.1 + 1.2.0.0 Darth Affe Darth Affe https://github.com/DarthAffe/CUE.NET @@ -11,8 +11,11 @@ true Corsair HID SDK Wrapper - - Added an effect-list to the effect-target - - Added two lists to allow modification of the native-dll-paths + - Updated SDK to 2.18.127 + - Added methods to use the new GetColor method + - Added an event to get the key-change of special keys (G and M) + - Fixed missing LoadedArchitecture assignment + - Fixed an issue that prevents further reinitializing if an exception was thrown earlier C# (.NET) Wrapper library around the Corsair CUE-SDK Copyright © Wyrez 2017 diff --git a/Examples/SimpleDevTest/Properties/AssemblyInfo.cs b/Examples/SimpleDevTest/Properties/AssemblyInfo.cs index fe9831c..ba5609b 100644 --- a/Examples/SimpleDevTest/Properties/AssemblyInfo.cs +++ b/Examples/SimpleDevTest/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 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.3.1")] -[assembly: AssemblyFileVersion("1.1.3.1")] +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index a8c1d44..066db25 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 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.3.1")] -[assembly: AssemblyFileVersion("1.1.3.1")] +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")]