mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
17 lines
421 B
JSON
17 lines
421 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
|
|
"version": "2024.2.0",
|
|
"assemblyVersion": {
|
|
"precision": "revision"
|
|
},
|
|
"nuGetPackageVersion": {
|
|
"semVer": 2.0
|
|
},
|
|
"publicReleaseRefSpec": [
|
|
"^refs/heads/develop$",
|
|
"^refs/tags/\\d{4}\\.\\d+\\.\\d+"
|
|
],
|
|
"release": {
|
|
"firstUnstableTag": "prerelease"
|
|
}
|
|
} |