Decrement 2.1 patch version
To account for 2.1 not building this month
This commit is contained in:
parent
c3e0fa6d7b
commit
aae22b05c4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
</Target>
|
||||
|
||||
<PropertyGroup>
|
||||
<VersionFeature21>$([MSBuild]::Add($(VersionFeature), 27))</VersionFeature21>
|
||||
<VersionFeature21>$([MSBuild]::Add($(VersionFeature), 26))</VersionFeature21>
|
||||
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 15))</VersionFeature31>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue