diff --git a/.gitignore b/.gitignore index b7005a3..228e753 100755 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ obj/ [Rr]elease*/ _ReSharper*/ [Tt]est[Rr]esult* -*.testsettings \ No newline at end of file +*.testsettings +PInvokeSerialPort.nupkg \ No newline at end of file diff --git a/README.md b/README.md index d309b83..0e2bc58 100755 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ I am trying to make this library more similar with System.IO.Ports.SerialPort. It useful in cases System.IO.Ports.SerialPort is not working well (for connecting to \\.\... devices) -For having this library, you can download PInvokeSerialPort.dll or just simple download it from nuget :) +For having this library, you can download PInvokeSerialPort.dll or just simply download it from nuget (https://nuget.org/packages/PInvokeSerialPort) :)