We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229993e commit b63e596Copy full SHA for b63e596
version.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <VersionPrefix>1.2.0</VersionPrefix>
+ <VersionPrefix>1.3.0</VersionPrefix>
4
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)</PackageVersion>
5
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
6
</PropertyGroup>
0 commit comments