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