We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100ade5 commit 7570b17Copy full SHA for 7570b17
1 file changed
Directory.Build.props
@@ -31,7 +31,7 @@
31
32
To publish an RC: trigger workflow_dispatch with prerelease_suffix=rc.1 -->
33
<PropertyGroup>
34
- <VersionPrefix>0.2.6</VersionPrefix>
+ <VersionPrefix>0.2.7</VersionPrefix>
35
<FileVersion Condition="'$(BuildNumber)' != ''">$(VersionPrefix).$(BuildNumber)</FileVersion>
36
</PropertyGroup>
37
0 commit comments