Skip to content

Commit 11da8a5

Browse files
committed
Update build and version for release
1 parent 67eb806 commit 11da8a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
build:
1414
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main
1515
with:
16+
useVisualStudioPreview: true
17+
useUNO: true
1618
configuration: Release
1719
productNamespacePrefix: "ReactiveUI"
1820
solutionFile: "reactiveui.uno.sln"

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "20.0",
3+
"version": "20.1",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$", // we release out of master
66
"^refs/heads/main$",

0 commit comments

Comments
 (0)