From 33c553fe6ef51bf63ab9dc5b75965d08777cc857 Mon Sep 17 00:00:00 2001 From: spkl Date: Sun, 18 Feb 2024 16:56:23 +0100 Subject: [PATCH] Prepare release 1.1 --- src/CLI.IPC.csproj | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/CLI.IPC.csproj b/src/CLI.IPC.csproj index 2ecf6ca..2531a3c 100644 --- a/src/CLI.IPC.csproj +++ b/src/CLI.IPC.csproj @@ -19,15 +19,17 @@ Copyright (c) 2024 Sebastian Fischer https://github.com/spkl/CLI.IPC 1.0.0.0 - 1.0.0.0 - 1.0.0 + 1.1.0.0 + 1.1.0 https://github.com/spkl/CLI.IPC A .NET library that helps you implement a client/server architecture for command line interface applications. This project uses Semantic Versioning (https://semver.org/). dotnet cli command-line command-line-interface client server client-server ipc interprocess communication interprocess-communication network-programming network-communication client-server-architecture client-server-communication client-server-application - + - Clients can now send their process ID by implementing IHostConnectionHandler2 (or by using DefaultHostConnectionHandler). +- A new overload for Host.WaitUntilAllClientsDisconnected accepting a timeout was added. +- Clarified the documentation for Host.Start and Client.Attach.