We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e2b52 commit f6fd7bdCopy full SHA for f6fd7bd
build/version.props
@@ -1,8 +1,8 @@
1
<Project>
2
<PropertyGroup>
3
<VersionMajor>2</VersionMajor>
4
- <VersionMinor>3</VersionMinor>
5
- <VersionPatch>7</VersionPatch>
+ <VersionMinor>4</VersionMinor>
+ <VersionPatch>0-preview.0</VersionPatch>
6
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
7
</PropertyGroup>
8
</Project>
0 commit comments