We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67eb806 commit 11da8a5Copy full SHA for 11da8a5
.github/workflows/ci-build.yml
@@ -13,6 +13,8 @@ jobs:
13
build:
14
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main
15
with:
16
+ useVisualStudioPreview: true
17
+ useUNO: true
18
configuration: Release
19
productNamespacePrefix: "ReactiveUI"
20
solutionFile: "reactiveui.uno.sln"
version.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "20.0",
+ "version": "20.1",
4
"publicReleaseRefSpec": [
5
"^refs/heads/master$", // we release out of master
6
"^refs/heads/main$",
0 commit comments