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 edebb29 commit 996282dCopy full SHA for 996282d
azure-pipelines.yml
@@ -20,10 +20,6 @@ trigger:
20
- config/*
21
- .github/*
22
23
- tags:
24
- include:
25
- - v*
26
-
27
# PR always trigger build
28
pr:
29
autoCancel: true
version.json
@@ -1,8 +1,8 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "1.0.0",
+ "version": "1.1",
4
"assemblyVersion": {
5
- "precision": "revision"
+ "precision": "minor"
6
},
7
"semVer1NumericIdentifierPadding": 3,
8
"nuGetPackageVersion": {
0 commit comments