mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
- Bump appropriate versions - Add DreamDaemon request field and permission bit. - Add generic failure error code. - Remove `ErrorCode` comment since they are being using in #1666. - Fix bad interop return messages. - Adjust DMAPI code to support broadcasts. - Add tests. Closes #138
25 lines
1.3 KiB
XML
25 lines
1.3 KiB
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!-- This is the authorative version list -->
|
|
<!-- Integration tests will ensure they match across the board -->
|
|
<Import Project="ControlPanelVersion.props" />
|
|
<PropertyGroup>
|
|
<TgsCoreVersion>5.17.3</TgsCoreVersion>
|
|
<TgsConfigVersion>4.7.1</TgsConfigVersion>
|
|
<TgsApiVersion>9.14.0</TgsApiVersion>
|
|
<TgsCommonLibraryVersion>7.0.0</TgsCommonLibraryVersion>
|
|
<TgsApiLibraryVersion>12.2.0</TgsApiLibraryVersion>
|
|
<TgsClientVersion>14.2.0</TgsClientVersion>
|
|
<TgsDmapiVersion>6.7.0</TgsDmapiVersion>
|
|
<TgsInteropVersion>5.7.0</TgsInteropVersion>
|
|
<TgsHostWatchdogVersion>1.4.0</TgsHostWatchdogVersion>
|
|
<TgsContainerScriptVersion>1.2.1</TgsContainerScriptVersion>
|
|
<TgsMigratorVersion>1.0.2</TgsMigratorVersion>
|
|
<TgsNugetNetFramework>netstandard2.0</TgsNugetNetFramework>
|
|
<TgsNetMajorVersion>6</TgsNetMajorVersion>
|
|
<!-- Update this frequently with dotnet runtime patches. MAJOR MUST MATCH ABOVE! -->
|
|
<TgsDotnetRedistUrl>https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/6.0.24/dotnet-hosting-6.0.24-win.exe</TgsDotnetRedistUrl>
|
|
<TgsMariaDBRedistVersion>10.11.6</TgsMariaDBRedistVersion>
|
|
<TgsYarnVersion>1.22.19</TgsYarnVersion>
|
|
</PropertyGroup>
|
|
</Project>
|