diff --git a/build/Version.props b/build/Version.props index 04e20b8f15..463869cb52 100644 --- a/build/Version.props +++ b/build/Version.props @@ -5,9 +5,9 @@ 5.11.0 4.6.0 - 9.10.0 - 10.4.0 - 11.4.0 + 9.10.1 + 10.4.1 + 11.4.1 6.4.2 5.6.0 1.2.2 diff --git a/src/Tgstation.Server.Api/Models/Response/ByondResponse.cs b/src/Tgstation.Server.Api/Models/Response/ByondResponse.cs index 47b2776361..64b01090d5 100644 --- a/src/Tgstation.Server.Api/Models/Response/ByondResponse.cs +++ b/src/Tgstation.Server.Api/Models/Response/ByondResponse.cs @@ -8,7 +8,7 @@ namespace Tgstation.Server.Api.Models.Response public sealed class ByondResponse { /// - /// The installed BYOND . If there is no BYOND version installed. Only considers the and numbers. + /// The installed BYOND . BYOND itself only considers the and numbers. TGS uses the number to represent installed custom versions. /// [ResponseOptions] public Version? Version { get; set; } diff --git a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj index 40ff67bf21..3e3115092a 100644 --- a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj +++ b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj @@ -16,7 +16,7 @@ https://github.com/tgstation/tgstation-server 2018-2023 json web api tgstation-server tgstation ss13 byond - Added ByondRights.DeleteInstall, ErrorCode.SwarmIntegrityCheckFailed, ErrorCode.ByondCannotDeleteActiveVersion, and Models.Request.ByondVersionDeleteRequest. + Minor documentation correction. true snupkg ../../build/analyzers.ruleset diff --git a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj index 264b8d9db3..2d279646c1 100644 --- a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj +++ b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj @@ -16,7 +16,7 @@ https://github.com/tgstation/tgstation-server 2018-2023 json web api tgstation-server tgstation ss13 byond client - Updated definitions for API version 9.10.0. Added support for deleting BYOND versions. + Updated to latest API library patch. true snupkg ../../build/analyzers.ruleset