-Simplified Versioning.
This commit is contained in:
William Bradley 2017-11-28 21:13:59 +13:00
Родитель d1a869aea6
Коммит f573f26239
2 изменённых файлов: 3 добавлений и 15 удалений

2
.gitignore поставляемый
Просмотреть файл

@ -289,6 +289,6 @@ __pycache__/
*.btm.cs
*.odx.cs
*.xsd.cs
/_build/tools
/build/tools
BuildResults.xml

Просмотреть файл

@ -1,15 +1,3 @@
{
"version": "2.0.0",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/v\\d+\\.\\d+" // we also release branches starting with vN.N
],
"nugetPackageVersion":{
"semVer": 2
},
"cloudBuild": {
"buildNumber": {
"enabled": true
}
}
}
"version": "2.0.1"
}