Files
tgstation-server/build/Version.props
T
Jordan Brown 0ea8a11320 DMAPI 5.2.3
- Fixed issue with API consumers being able to modify immutable lists
2020-07-13 13:05:39 -04:00

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.4.2</TgsCoreVersion>
<TgsConfigVersion>2.0.0</TgsConfigVersion>
<TgsApiVersion>7.1.0</TgsApiVersion>
<TgsClientVersion>8.1.0</TgsClientVersion>
<TgsDmapiVersion>5.2.3</TgsDmapiVersion>
<TgsControlPanelVersion>0.4.0</TgsControlPanelVersion>
<TgsHostWatchdogVersion>1.1.0</TgsHostWatchdogVersion>
</PropertyGroup>
</Project>