We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448933b commit dc6abd1Copy full SHA for dc6abd1
1 file changed
Directory.Build.props
@@ -16,7 +16,7 @@
16
Bump this value via PR when preparing a new release.
17
Release is triggered only when this version differs from the latest git tag. -->
18
<PropertyGroup>
19
- <VersionPrefix>0.2.2</VersionPrefix>
+ <VersionPrefix>0.2.3</VersionPrefix>
20
<FileVersion Condition="'$(BuildNumber)' != ''">$(VersionPrefix).$(BuildNumber)</FileVersion>
21
</PropertyGroup>
22
0 commit comments