Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
madwizard-thomas committed Jan 24, 2017
1 parent 7cb84f4 commit a39e765
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions HelpProject/WinUSBNet.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<DocumentationSources>
<DocumentationSource sourceFile="..\WinUSBNet\WinUSBNet.csproj" xmlns="" />
</DocumentationSources>
<HelpFileVersion>1.0.1</HelpFileVersion>
<HelpFileVersion>1.0.3</HelpFileVersion>
<MaximumGroupParts>2</MaximumGroupParts>
<NamespaceGrouping>False</NamespaceGrouping>
<SyntaxFilters>C#, Visual Basic, Managed C++</SyntaxFilters>
Expand All @@ -36,7 +36,7 @@
<Preliminary>False</Preliminary>
<NamingMethod>Guid</NamingMethod>
<HelpTitle>WinUSBNet Reference</HelpTitle>
<CopyrightText>%28C%29 2010 - 2016 Thomas Bleeker %28MadWizard.org%29</CopyrightText>
<CopyrightText>%28C%29 2010 - 2017 Thomas Bleeker %28MadWizard.org%29</CopyrightText>
<CopyrightHref>http://www.madwizard.org/</CopyrightHref>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, TypeParameter, AutoDocumentDispose</MissingTags>
Expand Down
4 changes: 2 additions & 2 deletions WinUSBNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions WinUSBNet/WinUSBNet.nuspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<package >
<metadata>
<id>$id$</id>
Expand All @@ -10,7 +10,7 @@
<projectUrl>https://github.com/madwizard-thomas/winusbnet</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>WinUSBNet is a .NET class library that provides easy access to the WinUSB API from C#, VB.NET and other .NET languages.</description>
<copyright>Copyright © 2010 - 2017 by Thomas Bleeker (MadWizard.org)</copyright>
<copyright>Copyright © 2010 - 2017 by Thomas Bleeker (MadWizard.org)</copyright>
<tags>WinUSB USB</tags>
</metadata>
</package>

0 comments on commit a39e765

Please sign in to comment.