mirror of https://github.com/sshnet/SSH.NET.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
475 B
18 lines
475 B
{
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
|
|
"version": "2025.0.1-prerelease.{height}",
|
|
"assemblyVersion": {
|
|
"precision": "revision"
|
|
},
|
|
"nuGetPackageVersion": {
|
|
"semVer": 2.0
|
|
},
|
|
"publicReleaseRefSpec": [
|
|
"^refs/heads/develop$",
|
|
"^refs/tags/\\d{4}\\.\\d+\\.\\d+"
|
|
],
|
|
"release": {
|
|
"firstUnstableTag": "prerelease",
|
|
"versionIncrement": "build"
|
|
}
|
|
}
|