Skip to content

Commit b11f56b

Browse files
committed
v1.0.1
1 parent 0f9750e commit b11f56b

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

PInvokeSerialPort/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("PInvokeSerialPort")]
13-
[assembly: AssemblyCopyright("Copyright © 2012")]
13+
[assembly: AssemblyCopyright("Copyright © 2012-2017")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.0.1.0")]
36+
[assembly: AssemblyFileVersion("1.0.1.0")]

Package.nuspec

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>PInvokeSerialPort</id>
5+
<version>1.0.1</version>
6+
<authors>Ebrahim Byagowi</authors>
7+
<owners>Ebrahim Byagowi</owners>
8+
<projectUrl>https://github.com/ebraminio/PInvokeSerialPort</projectUrl>
9+
<iconUrl>https://raw.githubusercontent.com/ebraminio/PInvokeSerialPort/master/ProjectIcon.png</iconUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<description>P/Invoke wrapper for Win32API serial port</description>
12+
<releaseNotes>Fixing a couple of issues</releaseNotes>
13+
<copyright>Copyright 2012-2017</copyright>
14+
<tags>P/Invoke Serial Port SerialPort</tags>
15+
</metadata>
16+
<files>
17+
<file src="PInvokeSerialPort\bin\Release\PInvokeSerialPort.dll" target="lib\PInvokeSerialPort.dll" />
18+
</files>
19+
</package>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This library is a P/Invoke wrapper for Win32API serial port.
1+
P/Invoke wrapper for Win32API serial port
22

33
Originally copied from http://msdn.microsoft.com/en-us/magazine/cc301786.aspx that I guess licensed under Ms-PL so this project is also under Ms-PL. (Update: well, after the years now I think this was not a true claim, but well I don't think MS will sue anyone because a sample intended for public use)
44

0 commit comments

Comments
 (0)