Decrement 2.1 patch version

To account for 2.1 not building this month
This commit is contained in:
William Godbe 2021-06-14 13:24:27 -07:00 committed by GitHub
parent c3e0fa6d7b
commit aae22b05c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>