mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-26 02:45:37 -05:00
Migrated the project to dotnet core 3.0
This commit is contained in:
21
src/version.json
Normal file
21
src/version.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
|
||||
"version": "1.0.9",
|
||||
"publicReleaseRefSpec": [
|
||||
".*/master$" // we release out of master
|
||||
],
|
||||
"nugetPackageVersion": {
|
||||
"semVer": 2 // optional. Set to either 1 or 2 to control how the NuGet package version string is generated. Default is 1.
|
||||
},
|
||||
"cloudBuild": {
|
||||
"setVersionVariables": true,
|
||||
"buildNumber": {
|
||||
"enabled": true,
|
||||
"includeCommitId": {
|
||||
"when": "nonPublicReleaseOnly",
|
||||
"where": "buildMetadata"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inherit": false
|
||||
}
|
||||
Reference in New Issue
Block a user