Skip to content

Commit a39e765

Browse files
Release 1.0.3
1 parent 7cb84f4 commit a39e765

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

Changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## 1.0.2
3+
## 1.0.3 (2017-01-24)
4+
5+
* Allow raw window handle for USBNotifier
6+
7+
## 1.0.2 (2016-02-14)
48

59
* Proper use of language ID in string descriptors (issue #8, pr #14)
610
* Device notification handle bugfix (issue #9)

HelpProject/WinUSBNet.shfbproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<DocumentationSources>
2727
<DocumentationSource sourceFile="..\WinUSBNet\WinUSBNet.csproj" xmlns="" />
2828
</DocumentationSources>
29-
<HelpFileVersion>1.0.1</HelpFileVersion>
29+
<HelpFileVersion>1.0.3</HelpFileVersion>
3030
<MaximumGroupParts>2</MaximumGroupParts>
3131
<NamespaceGrouping>False</NamespaceGrouping>
3232
<SyntaxFilters>C#, Visual Basic, Managed C++</SyntaxFilters>
@@ -36,7 +36,7 @@
3636
<Preliminary>False</Preliminary>
3737
<NamingMethod>Guid</NamingMethod>
3838
<HelpTitle>WinUSBNet Reference</HelpTitle>
39-
<CopyrightText>%28C%29 2010 - 2016 Thomas Bleeker %28MadWizard.org%29</CopyrightText>
39+
<CopyrightText>%28C%29 2010 - 2017 Thomas Bleeker %28MadWizard.org%29</CopyrightText>
4040
<CopyrightHref>http://www.madwizard.org/</CopyrightHref>
4141
<ContentPlacement>AboveNamespaces</ContentPlacement>
4242
<MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, TypeParameter, AutoDocumentDispose</MissingTags>

WinUSBNet/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// You can specify all the values or you can default the Build and Revision Numbers
3636
// by using the '*' as shown below:
3737
// [assembly: AssemblyVersion("1.0.*")]
38-
[assembly: AssemblyVersion("1.0.2.0")]
39-
[assembly: AssemblyFileVersion("1.0.2.0")]
38+
[assembly: AssemblyVersion("1.0.3.0")]
39+
[assembly: AssemblyFileVersion("1.0.3.0")]

WinUSBNet/WinUSBNet.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<package >
33
<metadata>
44
<id>$id$</id>
@@ -10,7 +10,7 @@
1010
<projectUrl>https://github.com/madwizard-thomas/winusbnet</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>WinUSBNet is a .NET class library that provides easy access to the WinUSB API from C#, VB.NET and other .NET languages.</description>
13-
<copyright>Copyright © 2010 - 2017 by Thomas Bleeker (MadWizard.org)</copyright>
13+
<copyright>Copyright © 2010 - 2017 by Thomas Bleeker (MadWizard.org)</copyright>
1414
<tags>WinUSB USB</tags>
1515
</metadata>
1616
</package>

0 commit comments

Comments
 (0)