From 78dccd26030c58e86b0d77f62afc96a5cafe389b Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Tue, 3 Jan 2017 22:43:10 +0100 Subject: [PATCH] Updated some comments and stuff --- CUE.NET.nuspec | 4 +++- Devices/Keyboard/Enums/BrushCalculationMode.cs | 2 +- .../Example_Ambilight_full/Properties/AssemblyInfo.cs | 2 +- .../Example_AudioAnalyzer_full/Properties/AssemblyInfo.cs | 2 +- Examples/SimpleDevTest/Properties/AssemblyInfo.cs | 2 +- Properties/AssemblyInfo.cs | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CUE.NET.nuspec b/CUE.NET.nuspec index 09a5cd4..4bc21da 100644 --- a/CUE.NET.nuspec +++ b/CUE.NET.nuspec @@ -24,11 +24,13 @@ Refactored automatic updates to be SDK-wide (moved from device to CueSDK) C# (.NET) Wrapper library around the Corsair CUE-SDK - Copyright © Wyrez 2016 + Copyright © Wyrez 2017 en-US + + diff --git a/Devices/Keyboard/Enums/BrushCalculationMode.cs b/Devices/Keyboard/Enums/BrushCalculationMode.cs index f8d4dd7..8684649 100644 --- a/Devices/Keyboard/Enums/BrushCalculationMode.cs +++ b/Devices/Keyboard/Enums/BrushCalculationMode.cs @@ -1,7 +1,7 @@ namespace CUE.NET.Devices.Keyboard.Enums { /// - /// Contains list of all brush calculation modes. + /// Contains a list of all brush calculation modes. /// public enum BrushCalculationMode { diff --git a/Examples/Ambilight/Example_Ambilight_full/Properties/AssemblyInfo.cs b/Examples/Ambilight/Example_Ambilight_full/Properties/AssemblyInfo.cs index 04f710d..c91e80c 100644 --- a/Examples/Ambilight/Example_Ambilight_full/Properties/AssemblyInfo.cs +++ b/Examples/Ambilight/Example_Ambilight_full/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Windows; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Example_Ambilight_full")] -[assembly: AssemblyCopyright("Copyright © Wyrez 2016")] +[assembly: AssemblyCopyright("Copyright © Wyrez 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Examples/AudioAnalyzer/Example_AudioAnalyzer_full/Properties/AssemblyInfo.cs b/Examples/AudioAnalyzer/Example_AudioAnalyzer_full/Properties/AssemblyInfo.cs index 79b603e..6edcf1e 100644 --- a/Examples/AudioAnalyzer/Example_AudioAnalyzer_full/Properties/AssemblyInfo.cs +++ b/Examples/AudioAnalyzer/Example_AudioAnalyzer_full/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Windows; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Wyrez")] [assembly: AssemblyProduct("Example_AudioAnalyzer_full")] -[assembly: AssemblyCopyright("Copyright © Wyrez 2016")] +[assembly: AssemblyCopyright("Copyright © Wyrez 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Examples/SimpleDevTest/Properties/AssemblyInfo.cs b/Examples/SimpleDevTest/Properties/AssemblyInfo.cs index 8d14716..45d51e8 100644 --- a/Examples/SimpleDevTest/Properties/AssemblyInfo.cs +++ b/Examples/SimpleDevTest/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Wyrez")] [assembly: AssemblyProduct("SimpleDevTest")] -[assembly: AssemblyCopyright("Copyright © Wyrez 2016")] +[assembly: AssemblyCopyright("Copyright © Wyrez 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 3235504..f6d4d59 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Wyrez")] [assembly: AssemblyProduct("CUE.NET")] -[assembly: AssemblyCopyright("Copyright © Wyrez 2016")] +[assembly: AssemblyCopyright("Copyright © Wyrez 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]