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

Commit

Permalink
Updated changenotes and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthAffe committed Jan 28, 2017
1 parent 27562a4 commit 0d5123a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
14 changes: 6 additions & 8 deletions CUE.NET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@
<metadata>
<id>CUE.NET</id>
<title>CUE.NET</title>
<version>1.1.1.0</version>
<version>1.1.2.0</version>
<authors>Darth Affe</authors>
<owners>Darth Affe</owners>
<projectUrl>https://github.com/DarthAffe/CUE.NET</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/DarthAffe/CUE.NET/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Corsair HID SDK Wrapper</description>
<releaseNotes>- 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
<releaseNotes>- 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
</releaseNotes>
<summary>C# (.NET) Wrapper library around the Corsair CUE-SDK</summary>
<copyright>Copyright © Wyrez 2017</copyright>
Expand Down
4 changes: 2 additions & 2 deletions Examples/SimpleDevTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1")]
[assembly: AssemblyFileVersion("1.1.0.1")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]

0 comments on commit 0d5123a

Please sign in to comment.