mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
18 lines
790 B
XML
18 lines
790 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>5.12.4</TgsCoreVersion>
|
|
<TgsConfigVersion>4.6.0</TgsConfigVersion>
|
|
<TgsApiVersion>9.10.2</TgsApiVersion>
|
|
<TgsApiLibraryVersion>11.0.0</TgsApiLibraryVersion>
|
|
<TgsClientVersion>12.0.0</TgsClientVersion>
|
|
<TgsDmapiVersion>6.5.0</TgsDmapiVersion>
|
|
<TgsInteropVersion>5.6.1</TgsInteropVersion>
|
|
<TgsHostWatchdogVersion>1.2.2</TgsHostWatchdogVersion>
|
|
<TgsContainerScriptVersion>1.2.1</TgsContainerScriptVersion>
|
|
<TgsMigratorVersion>1.0.1</TgsMigratorVersion>
|
|
</PropertyGroup>
|
|
</Project>
|