mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 09:02:41 +01:00
- DMdoc the TGS public API - Add a warning about ULTRASAFE in V4 - Move LICENSE to one location
13 lines
533 B
XML
13 lines
533 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.2.4</TgsCoreVersion>
|
|
<TgsApiVersion>6.4.0</TgsApiVersion>
|
|
<TgsClientVersion>6.3.0</TgsClientVersion>
|
|
<TgsDmapiVersion>5.2.1</TgsDmapiVersion>
|
|
<TgsControlPanelVersion>0.4.0</TgsControlPanelVersion>
|
|
<TgsHostWatchdogVersion>1.1.0</TgsHostWatchdogVersion>
|
|
</PropertyGroup>
|
|
</Project>
|