mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
7b2fd3dbf2
* Bump the dependencies group with 8 updates --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Hague <rob.hague00@gmail.com>
19 lines
455 B
JSON
19 lines
455 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
|
|
"version": "2026.0.0",
|
|
"assemblyVersion": {
|
|
"precision": "revision"
|
|
},
|
|
"nuGetPackageVersion": {
|
|
"semVer": 2.0
|
|
},
|
|
"publicReleaseRefSpec": [
|
|
"^refs/heads/develop$",
|
|
"^refs/tags/\\d{4}\\.\\d+\\.\\d+"
|
|
],
|
|
"release": {
|
|
"versionIncrement": "build",
|
|
"firstUnstableTag": "prerelease"
|
|
}
|
|
}
|