Skip to content

Releases: geloczi/ipc-anonymouspipes

1.2.3

08 Dec 20:13
Compare
Choose a tag to compare
  • Updated links to the GitHub repository in metadata
  • Upgraded test projects to .NET 8.0
  • Upgraded sample projects to .NET 8.0

1.2.2

11 Dec 22:57
Compare
Choose a tag to compare
  • Update documentation

1.2.1

11 Dec 21:51
Compare
Choose a tag to compare
  • Rename BlockingReadStream to PipeMessageStream for clarity
  • Updated documentation

1.2.0

04 Dec 14:01
Compare
Choose a tag to compare
  • Better naming, better usability, easier configuration
  • PipeServer.GetClientArgs() returns a prepared command line argument string
  • PipeClient empty constructor automatically parses the command line arguments to get the pipe handles when used in combination with PipeServer.GetClientArgs()
  • Moved receive action parameter from PipeServer and PipeClient constructors into Receive and ReceiveAsync for better usability
  • Send method also accepts Stream, maximum supported length is Int64.MaxValue
  • Improved unit tests
  • Fixed edge cases, improved stability

1.1.0

02 Dec 13:43
Compare
Choose a tag to compare
  • Renamed PipeServer.EnsureConnection method to WaitForClient
  • Improved example applications
  • Improved documentation

1.0.2

28 Nov 17:47
Compare
Choose a tag to compare

First stable release.