diff --git a/CUE.NET.nuspec b/CUE.NET.nuspec index df43aba..26fc4db 100644 --- a/CUE.NET.nuspec +++ b/CUE.NET.nuspec @@ -3,20 +3,18 @@ CUE.NET CUE.NET - 1.1.1.0 + 1.1.2.0 Darth Affe Darth Affe https://github.com/DarthAffe/CUE.NET https://raw.githubusercontent.com/DarthAffe/CUE.NET/master/LICENSE true Corsair HID SDK Wrapper - - Added key-rectangle to BrushRenderTarget -- Added color-corrections for brushes (gamma is implemented by default) -- Added Gradient-Wrapping -- Added an new brush-effect to move gradients -- Fixed an reference-problem with colors assigned to more than one key -- Added the associated device to CorsairLeds -- Fixed some minor code issues + - Fixed possible cache-issue in the RectangleKeyGroup +- Added ConicalGradientBrush +- Improved performance of the LinearGradient +- Added check for SDK-dll existance +- Added missing null-check while rendering groups 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 45d51e8..6507f55 100644 --- a/Examples/SimpleDevTest/Properties/AssemblyInfo.cs +++ b/Examples/SimpleDevTest/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ 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.1")] -[assembly: AssemblyFileVersion("1.1.0.1")] +[assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyFileVersion("1.1.2.0")] diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index c0a74cf..ec505bf 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ 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.1.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] +[assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyFileVersion("1.1.2.0")]