Skip to content

Commit c2337b7

Browse files
committed
update version
1 parent ad786a4 commit c2337b7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.nuke/build.schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
"enum": [
2727
"Build",
2828
"Clean",
29+
"CoverageReport",
30+
"Format",
2931
"GenerateReleaseManifest",
3032
"Pack",
3133
"PackageApp",

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Bump this value via PR when preparing a new release.
1717
Release is triggered only when this version differs from the latest git tag. -->
1818
<PropertyGroup>
19-
<VersionPrefix>0.2.0</VersionPrefix>
19+
<VersionPrefix>0.2.1</VersionPrefix>
2020
<FileVersion Condition="'$(BuildNumber)' != ''">$(VersionPrefix).$(BuildNumber)</FileVersion>
2121
</PropertyGroup>
2222

0 commit comments

Comments
 (0)