Add all versions to Version.props

This commit is contained in:
Jordan Brown
2020-04-11 16:13:40 -04:00
parent 4df8644d0a
commit c64f158dfd
+6 -1
View File
@@ -1,7 +1,12 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TgsCoreVersion>4.0.2.1</TgsCoreVersion>
<!-- This is the authorative version list -->
<!-- Integration tests will ensure they match across the board -->
<TgsCoreVersion>4.1.0</TgsCoreVersion>
<TgsApiVersion>5.0.0</TgsApiVersion>
<TgsClientVersion>5.0.0</TgsClientVersion>
<TgsDmapiVersion>5.0.0</TgsDmapiVersion>
<TgsControlPanelVersion>0.1.6</TgsControlPanelVersion>
<TgsHostWatchdogVersion>1.1.0</TgsHostWatchdogVersion>
</PropertyGroup>
</Project>