From 3aebd26460a5a735f11284dbc05b9d413dd0b4c9 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Mon, 12 Feb 2024 19:13:22 +0000 Subject: [PATCH] [ci skip] docs: bump version in readme to 1.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 339255f..da8bb22 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This package is a work-in-progress and not deemed ready for production use. Howe ## Installation ### NuGet installation ```ps -Install-Package TcpDotNet -Version 0.1.0-nightly.1 +Install-Package TcpDotNet -Version 1.0.0 ``` ### Manual installation