Skip to content

Commit 4dfd9ef

Browse files
committed
update version
1 parent 65bce3e commit 4dfd9ef

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.nuke/build.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"Pack",
3636
"PackageApp",
3737
"Publish",
38+
"PushNuGetPackages",
3839
"RefreshLockFiles",
3940
"Restore",
4041
"ShowVersion",
@@ -141,6 +142,10 @@
141142
"description": "Minimum line coverage percentage (0-100). CoverageReport fails if below this threshold",
142143
"format": "int32"
143144
},
145+
"NuGetApiKey": {
146+
"type": "string",
147+
"description": "NuGet API key for PushNuGetPackages target. Defaults to NUGET_API_KEY environment variable"
148+
},
144149
"ProjectName": {
145150
"type": "string",
146151
"description": "New project name for Init target (e.g. Acme.Payments)"

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
3232
To publish an RC: trigger workflow_dispatch with prerelease_suffix=rc.1 -->
3333
<PropertyGroup>
34-
<VersionPrefix>0.2.8</VersionPrefix>
34+
<VersionPrefix>0.2.9</VersionPrefix>
3535
<FileVersion Condition="'$(BuildNumber)' != ''">$(VersionPrefix).$(BuildNumber)</FileVersion>
3636
</PropertyGroup>
3737

0 commit comments

Comments
 (0)