mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
14 lines
580 B
XML
14 lines
580 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<!-- This is the authorative version list -->
|
|
<!-- Integration tests will ensure they match across the board -->
|
|
<TgsCoreVersion>4.5.0</TgsCoreVersion>
|
|
<TgsConfigVersion>2.1.0</TgsConfigVersion>
|
|
<TgsApiVersion>7.3.0</TgsApiVersion>
|
|
<TgsClientVersion>8.3.0</TgsClientVersion>
|
|
<TgsDmapiVersion>5.2.4</TgsDmapiVersion>
|
|
<TgsControlPanelVersion>0.4.0</TgsControlPanelVersion>
|
|
<TgsHostWatchdogVersion>1.1.0</TgsHostWatchdogVersion>
|
|
</PropertyGroup>
|
|
</Project>
|