Skip to content

Commit

Permalink
Updated build files
Browse files Browse the repository at this point in the history
  • Loading branch information
bytewizer committed May 14, 2022
1 parent 2f1a92b commit f276b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sockets/Bytewizer.TinyCLR.Sockets.TcpClient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Provides simple methods for connecting, sending, and receiving stream data over
## TinyCLR Packages
Install release package from [NuGet](https://www.nuget.org/packages?q=bytewizer.tinyclr) or using the Package Manager Console :
```powershell
PM> Install-Package Bytewizer.TinyCLR.TcpClient
PM> Install-Package Bytewizer.TinyCLR.Sockets.TcpClient
```
2 changes: 1 addition & 1 deletion src/sockets/Bytewizer.TinyCLR.Sockets.UdpClient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Provides simple methods for connecting, sending, and receiving stream data over
## TinyCLR Packages
Install release package from [NuGet](https://www.nuget.org/packages?q=bytewizer.tinyclr) or using the Package Manager Console :
```powershell
PM> Install-Package Bytewizer.TinyCLR.UdpClient
PM> Install-Package Bytewizer.TinyCLR.Sockets.UdpClient
```

0 comments on commit f276b84

Please sign in to comment.