We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0b6fe commit 2b3ef2bCopy full SHA for 2b3ef2b
tools/props/Versions.props
@@ -2,7 +2,7 @@
2
<Project ToolsVersion="Current" DefaultTargets="Build"
3
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4
<PropertyGroup>
5
- <MdsVersionDefault>6.1.0</MdsVersionDefault>
+ <MdsVersionDefault>7.0.0</MdsVersionDefault>
6
<BuildNumber Condition="'$(BuildNumber)' == ''">0</BuildNumber>
7
8
<!--
@@ -18,7 +18,7 @@
18
and introduces breaking changes. Only ever update the major version
19
number. All other version parts must be set to 0.
20
-->
21
- <AssemblyVersion>6.0.0.0</AssemblyVersion>
+ <AssemblyVersion>7.0.0.0</AssemblyVersion>
22
23
<FileVersion>$(AssemblyFileVersion)</FileVersion>
24
<NugetPackageVersion Condition="'$(NugetPackageVersion)' == ''">$(MdsVersionDefault)-dev</NugetPackageVersion>
0 commit comments