Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Sep 26, 2024
1 parent 33ee639 commit 9723728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NamedPipeWrapper/NamedPipeWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<PropertyGroup>
<PackageId>ricaun.NamedPipeWrapper.Json</PackageId>
<Version>1.8.0-rc</Version>
<Version>1.8.0-rc.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Named Pipe Wrapper Json for .NET Framework 4.0 and .NET Core 6.0.

***This project is based of Andrew C. Dvorak's work at [Named Pipe Wrapper](https://github.com/acdvorak/named-pipe-wrapper), the code updated to support NET Core and json.***
***This project is based of Andrew C. Dvorak's work at [Named Pipe Wrapper](https://github.com/acdvorak/named-pipe-wrapper), updated to support NET Core and Json.***

## PackageReference

Expand Down Expand Up @@ -93,12 +93,12 @@ JsonExtension.JsonService = new MyJsonService();

## Release

* [Latest release](https://github.com/ricaun-io/ricaun.NamedPipeWrapper.Json/releases/latest)
* [Latest release](https://github.com/ricaun-io/named-pipe-wrapper-json/releases/latest)

## License

This project is [licensed](LICENSE) under the [MIT License](https://en.wikipedia.org/wiki/MIT_License).

---

Do you like this project? Please [star this project on GitHub](https://github.com/ricaun-io/ricaun.NamedPipeWrapper.Json/stargazers)!
Do you like this project? Please [star this project on GitHub](https://github.com/ricaun-io/named-pipe-wrapper-json/stargazers)!

0 comments on commit 9723728

Please sign in to comment.