mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
16 lines
632 B
XML
16 lines
632 B
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>4.6.0</TgsCoreVersion>
|
|
<TgsConfigVersion>2.1.1</TgsConfigVersion>
|
|
<TgsApiVersion>7.4.0</TgsApiVersion>
|
|
<TgsClientVersion>8.4.0</TgsClientVersion>
|
|
<TgsDmapiVersion>5.2.8</TgsDmapiVersion>
|
|
<TgsHostWatchdogVersion>1.1.0</TgsHostWatchdogVersion>
|
|
<TgsContainerScriptVersion>1.1.1</TgsContainerScriptVersion>
|
|
</PropertyGroup>
|
|
</Project>
|
|
|