From 565e5ca1b2bb66fed7dfde616a55f6551cd4b808 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Thu, 27 Apr 2017 20:52:53 +0200 Subject: [PATCH] Updated version number --- CUE.NET.nuspec | 7 +++++-- Examples/SimpleDevTest/Properties/AssemblyInfo.cs | 4 ++-- Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CUE.NET.nuspec b/CUE.NET.nuspec index 19b2a96..6895818 100644 --- a/CUE.NET.nuspec +++ b/CUE.NET.nuspec @@ -3,14 +3,17 @@ CUE.NET CUE.NET - 1.1.3.0 + 1.1.3.1 Darth Affe Darth Affe https://github.com/DarthAffe/CUE.NET https://raw.githubusercontent.com/DarthAffe/CUE.NET/master/LICENSE true Corsair HID SDK Wrapper - Updated SDK to 2.10.91 (this adds lightbar support) + + - Added an effect-list to the effect-target + - Added two lists to allow modification of the native-dll-paths + 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 8ab5124..fe9831c 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.3.0")] -[assembly: AssemblyFileVersion("1.1.3.0")] +[assembly: AssemblyVersion("1.1.3.1")] +[assembly: AssemblyFileVersion("1.1.3.1")] diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 94e98f6..a8c1d44 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.3.0")] -[assembly: AssemblyFileVersion("1.1.3.0")] +[assembly: AssemblyVersion("1.1.3.1")] +[assembly: AssemblyFileVersion("1.1.3.1")]