diff --git a/Changelog.md b/Changelog.md index f9e9eb7..1e2249c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Changelog -## 1.0.2 +## 1.0.3 (2017-01-24) + +* Allow raw window handle for USBNotifier + +## 1.0.2 (2016-02-14) * Proper use of language ID in string descriptors (issue #8, pr #14) * Device notification handle bugfix (issue #9) diff --git a/HelpProject/WinUSBNet.shfbproj b/HelpProject/WinUSBNet.shfbproj index 0b808e7..d69ccf5 100644 --- a/HelpProject/WinUSBNet.shfbproj +++ b/HelpProject/WinUSBNet.shfbproj @@ -26,7 +26,7 @@ - 1.0.1 + 1.0.3 2 False C#, Visual Basic, Managed C++ @@ -36,7 +36,7 @@ False Guid WinUSBNet Reference - %28C%29 2010 - 2016 Thomas Bleeker %28MadWizard.org%29 + %28C%29 2010 - 2017 Thomas Bleeker %28MadWizard.org%29 http://www.madwizard.org/ AboveNamespaces Summary, Parameter, Returns, AutoDocumentCtors, TypeParameter, AutoDocumentDispose diff --git a/WinUSBNet/Properties/AssemblyInfo.cs b/WinUSBNet/Properties/AssemblyInfo.cs index 674ad54..0487bc0 100644 --- a/WinUSBNet/Properties/AssemblyInfo.cs +++ b/WinUSBNet/Properties/AssemblyInfo.cs @@ -35,5 +35,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.2.0")] -[assembly: AssemblyFileVersion("1.0.2.0")] +[assembly: AssemblyVersion("1.0.3.0")] +[assembly: AssemblyFileVersion("1.0.3.0")] diff --git a/WinUSBNet/WinUSBNet.nuspec b/WinUSBNet/WinUSBNet.nuspec index f1e9b3f..6cb14eb 100644 --- a/WinUSBNet/WinUSBNet.nuspec +++ b/WinUSBNet/WinUSBNet.nuspec @@ -1,4 +1,4 @@ - + $id$ @@ -10,7 +10,7 @@ https://github.com/madwizard-thomas/winusbnet false WinUSBNet is a .NET class library that provides easy access to the WinUSB API from C#, VB.NET and other .NET languages. - Copyright © 2010 - 2017 by Thomas Bleeker (MadWizard.org) + Copyright © 2010 - 2017 by Thomas Bleeker (MadWizard.org) WinUSB USB \ No newline at end of file