Merge in 'release/7.0.1xx' changes
This commit is contained in:
commit
37730d5380
1 changed files with 2 additions and 2 deletions
|
@ -61,9 +61,9 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<VersionFeature21>30</VersionFeature21>
|
<VersionFeature21>30</VersionFeature21>
|
||||||
<VersionFeature31>30</VersionFeature31>
|
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 31))</VersionFeature31>
|
||||||
<VersionFeature50>17</VersionFeature50>
|
<VersionFeature50>17</VersionFeature50>
|
||||||
<VersionFeature60>10</VersionFeature60>
|
<VersionFeature60>$([MSBuild]::Add($(VersionFeature), 11))</VersionFeature60>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Target Name="GenerateBundledVersionsProps" DependsOnTargets="SetupBundledComponents">
|
<Target Name="GenerateBundledVersionsProps" DependsOnTargets="SetupBundledComponents">
|
||||||
|
|
Loading…
Add table
Reference in a new issue