From 34394cacebd88d53970541e88d17e274e63f06eb Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Sat, 18 Mar 2017 09:50:51 +0100 Subject: [PATCH] Updated version number --- CUE.NET.nuspec | 9 ++------- Examples/SimpleDevTest/Properties/AssemblyInfo.cs | 4 ++-- Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/CUE.NET.nuspec b/CUE.NET.nuspec index e9ec19a..19b2a96 100644 --- a/CUE.NET.nuspec +++ b/CUE.NET.nuspec @@ -3,19 +3,14 @@ CUE.NET CUE.NET - 1.1.2.1 + 1.1.3.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 - - 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 - + Updated SDK to 2.10.91 (this adds lightbar support) C# (.NET) Wrapper library around the Corsair CUE-SDK Copyright © Wyrez 2017 en-US diff --git a/Examples/SimpleDevTest/Properties/AssemblyInfo.cs b/Examples/SimpleDevTest/Properties/AssemblyInfo.cs index 6507f55..8ab5124 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.2.0")] -[assembly: AssemblyFileVersion("1.1.2.0")] +[assembly: AssemblyVersion("1.1.3.0")] +[assembly: AssemblyFileVersion("1.1.3.0")] diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index f05d988..94e98f6 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.2.1")] -[assembly: AssemblyFileVersion("1.1.2.1")] +[assembly: AssemblyVersion("1.1.3.0")] +[assembly: AssemblyFileVersion("1.1.3.0")]