mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 06:27:19 +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.3</TgsCoreVersion>
|
|
<TgsConfigVersion>4.6.0</TgsConfigVersion>
|
|
<TgsApiVersion>9.10.2</TgsApiVersion>
|
|
<TgsApiLibraryVersion>10.4.1</TgsApiLibraryVersion>
|
|
<TgsClientVersion>11.4.3</TgsClientVersion>
|
|
<TgsDmapiVersion>6.4.5</TgsDmapiVersion>
|
|
<TgsInteropVersion>5.6.1</TgsInteropVersion>
|
|
<TgsHostWatchdogVersion>1.2.2</TgsHostWatchdogVersion>
|
|
<TgsContainerScriptVersion>1.2.1</TgsContainerScriptVersion>
|
|
<TgsMigratorVersion>1.0.1</TgsMigratorVersion>
|
|
</PropertyGroup>
|
|
</Project>
|