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.
2 parents a73c794 + 1d4e1a2 commit c8d8468Copy full SHA for c8d8468
Directory.Build.props
@@ -1,9 +1,9 @@
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
<!-- Solution version numbers -->
3
<PropertyGroup>
4
- <MajorVersion>1</MajorVersion>
5
- <MinorVersion>2</MinorVersion>
6
- <PatchVersion>0</PatchVersion>
+ <MajorVersion>2</MajorVersion>
+ <MinorVersion>0</MinorVersion>
+ <PatchVersion>1</PatchVersion>
7
</PropertyGroup>
8
<!-- Disable automatic package publishing -->
9
0 commit comments