Make versions consistent across all .NET projects

This commit is contained in:
Steve Sanderson
2017-05-04 14:07:00 +01:00
parent f18e0be128
commit decb13b33b
7 changed files with 7 additions and 10 deletions

6
build/version.props Normal file
View File

@@ -0,0 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionSuffix>rtm</VersionSuffix>
</PropertyGroup>
</Project>