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 79c2f0d commit 5849b23Copy full SHA for 5849b23
src/Caliburn.Micro.Maui/version.json
@@ -0,0 +1,20 @@
1
+{
2
+ "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
+ "version": "5.0-beta",
4
+ "nugetPackageVersion": {
5
+ "semVer": 2
6
+ },
7
+ "publicReleaseRefSpec": [
8
+ "^refs/heads/master$"
9
+ ],
10
+ "cloudBuild": {
11
+ "buildNumber": {
12
+ "enabled": true,
13
+ "includeCommitId": {
14
+ "when": "nonPublicReleaseOnly",
15
+ "where": "buildMetadata"
16
+ }
17
18
+ "setVersionVariables": true
19
20
+}
0 commit comments