diff --git a/README.md b/README.md index 3a50054..5124e12 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ If this library helps you, please support it: **[Become a supporter](https://www.patreon.com/MasBandwidth/membership)** -**Status: released** — v1.0.0, the first release. Wire compatibility with the C reference is proven in CI on every push (the "C wire compatibility" gate). +**Status: released** — v1.1.0, tested against the C reference at netcode 1.4.8. Wire compatibility with the C reference is proven in CI on every push (the "C wire compatibility" gate). C# port of [netcode](https://github.com/mas-bandwidth/netcode), a simple protocol for creating secure client/server connections over UDP (protocol diff --git a/src/Netcode.csproj b/src/Netcode.csproj index fcc8b10..fe7222b 100644 --- a/src/Netcode.csproj +++ b/src/Netcode.csproj @@ -5,6 +5,11 @@ library; net10.0 is the current SDK. (family precedent: serialize.cs) --> net8.0;net10.0 Netcode + + 1.1.0 enable disable true