Downgrade implicit version because of no planned release for 2.1 in June.
This commit is contained in:
parent
3f2c50cf75
commit
7f2f577a62
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<VersionFeature21>$([MSBuild]::Add($(VersionFeature), 28))</VersionFeature21>
|
<VersionFeature21>$([MSBuild]::Add($(VersionFeature), 27))</VersionFeature21>
|
||||||
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 15))</VersionFeature31>
|
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 15))</VersionFeature31>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue