From 754c7b648a65ff4a9eedf36d56afa1154d634aee Mon Sep 17 00:00:00 2001 From: Alexander Westberg-Bladh Date: Thu, 26 Oct 2023 11:23:39 +0200 Subject: [PATCH] :rocket: Bump Package Version --- src/CoreRCON/Constants.cs | 2 +- src/CoreRCON/CoreRCON.csproj | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/CoreRCON/Constants.cs b/src/CoreRCON/Constants.cs index f770b85..dbf84fa 100644 --- a/src/CoreRCON/Constants.cs +++ b/src/CoreRCON/Constants.cs @@ -6,7 +6,7 @@ internal class Constants /// The maximum size of an RCON packet. /// (Officially 4096, larger packet where received when running cvarlist) /// - internal const int MAX_PACKET_SIZE = 4200; + internal const int MAX_PACKET_SIZE = 4096; /// /// Minimum size of a rcon packet diff --git a/src/CoreRCON/CoreRCON.csproj b/src/CoreRCON/CoreRCON.csproj index 0e02e22..ab47a51 100644 --- a/src/CoreRCON/CoreRCON.csproj +++ b/src/CoreRCON/CoreRCON.csproj @@ -1,7 +1,7 @@  - A .NET Core implementation of the RCON spec. + A .NET Standard implementation of the Source RCON Protocol. CoreRCON 2.0.0 Alexander Westberg-Bladh Scott Kaye @@ -17,13 +17,12 @@ false false false - 5.1.0 + 5.2.0 true 5.1.0 5.1.0.0 - Made logging optional (#27) -Added application level timeouts exceptions. -Disabled concurrent requests for now. + Observer exceptions correctly. +Support larger MIT logo.png true