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

Commit

Permalink
Set version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthAffe committed Feb 7, 2016
1 parent 4788204 commit ced1867
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 25 deletions.
41 changes: 21 additions & 20 deletions CUE.NET.nuspec
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>CUE.NET</id>
<title>CUE.NET</title>
<version>1.0.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>
<summary>C# (.NET) Wrapper library around the Corsair CUE-SDK</summary>
<copyright>Copyright © Wyrez 2015</copyright>
<language>en-US</language>
</metadata>
<files>
<file src="bin\CUE.NET.dll" target="lib\net45\CUE.NET.dll" />
<file src="bin\x64\" target="build\net45\libs\x64" />
<file src="bin\x86\" target="build\net45\libs\x86" />
<file src="CUE.NET.targets" target="build\net45\CUE.NET.targets" />
</files>
<metadata>
<id>CUE.NET</id>
<title>CUE.NET</title>
<version>1.0.1</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 Profile-API</releaseNotes>
<summary>C# (.NET) Wrapper library around the Corsair CUE-SDK</summary>
<copyright>Copyright © Wyrez 2016</copyright>
<language>en-US</language>
</metadata>
<files>
<file src="bin\CUE.NET.dll" target="lib\net45\CUE.NET.dll" />
<file src="bin\x64\" target="build\net45\libs\x64" />
<file src="bin\x86\" target="build\net45\libs\x86" />
<file src="CUE.NET.targets" target="build\net45\CUE.NET.targets" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Wyrez")]
[assembly: AssemblyProduct("Example_AudioAnalyzer_full")]
[assembly: AssemblyCopyright("Copyright © Wyrez 2015")]
[assembly: AssemblyCopyright("Copyright © Wyrez 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion Examples/SimpleDevTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Wyrez")]
[assembly: AssemblyProduct("SimpleDevTest")]
[assembly: AssemblyCopyright("Copyright © Wyrez 2015")]
[assembly: AssemblyCopyright("Copyright © Wyrez 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Wyrez")]
[assembly: AssemblyProduct("CUE.NET")]
[assembly: AssemblyCopyright("Copyright © Wyrez 2015")]
[assembly: AssemblyCopyright("Copyright © Wyrez 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]

0 comments on commit ced1867

Please sign in to comment.