mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
16 lines
633 B
XML
16 lines
633 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.7.0</TgsCoreVersion>
|
|
<TgsConfigVersion>2.2.0</TgsConfigVersion>
|
|
<TgsApiVersion>8.1.0</TgsApiVersion>
|
|
<TgsClientVersion>9.1.0</TgsClientVersion>
|
|
<TgsDmapiVersion>5.2.10</TgsDmapiVersion>
|
|
<TgsHostWatchdogVersion>1.1.0</TgsHostWatchdogVersion>
|
|
<TgsContainerScriptVersion>1.2.0</TgsContainerScriptVersion>
|
|
</PropertyGroup>
|
|
</Project>
|
|
|