* Update to dotnet 9 and update nuget packages * Update umbraco code version * Update Directory.Build.props Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com> * Include preview version in pipeline * update template projects * update global json with specific version * Update version.json to v15 * Rename TrimStart and TrimEnd to string specific * Rename to Exact * Update global.json Co-authored-by: Ronald Barendse <ronald@barend.se> * Remove includePreviewVersion * Rename to trim exact --------- Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com> Co-authored-by: Ronald Barendse <ronald@barend.se>
25 lines
591 B
JSON
25 lines
591 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
|
|
"version": "15.0.0-rc1",
|
|
"assemblyVersion": {
|
|
"precision": "build"
|
|
},
|
|
"gitCommitIdShortFixedLength": 7,
|
|
"nuGetPackageVersion": {
|
|
"semVer": 2.0
|
|
},
|
|
"publicReleaseRefSpec": [
|
|
"^refs/heads/main$",
|
|
"^refs/heads/release/",
|
|
"^refs/tags/release-"
|
|
],
|
|
"release": {
|
|
"branchName": "release/{version}",
|
|
"tagName": "release-{version}"
|
|
},
|
|
"cloudBuild": {
|
|
"setVersionVariables": true,
|
|
"setAllVariables": true
|
|
}
|
|
}
|