diff --git a/PInvokeSerialPort/Properties/AssemblyInfo.cs b/PInvokeSerialPort/Properties/AssemblyInfo.cs index e73f91b..b77a97b 100755 --- a/PInvokeSerialPort/Properties/AssemblyInfo.cs +++ b/PInvokeSerialPort/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("PInvokeSerialPort")] -[assembly: AssemblyCopyright("Copyright © 2012")] +[assembly: AssemblyCopyright("Copyright © 2012-2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")] diff --git a/Package.nuspec b/Package.nuspec new file mode 100644 index 0000000..40a4758 --- /dev/null +++ b/Package.nuspec @@ -0,0 +1,19 @@ + + + + PInvokeSerialPort + 1.0.1 + Ebrahim Byagowi + Ebrahim Byagowi + https://github.com/ebraminio/PInvokeSerialPort + https://raw.githubusercontent.com/ebraminio/PInvokeSerialPort/master/ProjectIcon.png + false + P/Invoke wrapper for Win32API serial port + Fixing a couple of issues + Copyright 2012-2017 + P/Invoke Serial Port SerialPort + + + + + \ No newline at end of file diff --git a/README.md b/README.md index c8e0512..7e404bb 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This library is a P/Invoke wrapper for Win32API serial port. +P/Invoke wrapper for Win32API serial port 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)