mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
cd9ec8f395
This adds an SftpException which sits between the existing SftpPathNotFoundException/ SftpPermissionDeniedException and SshException, and which contains the response code from the SSH_FXP_STATUS packet, along with a default message if one was not provided. SftpPathNotFoundException also gains a Path property which is populated in cases where it makes sense.
19 lines
475 B
JSON
19 lines
475 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
|
|
"version": "2025.1.0-prerelease.{height}",
|
|
"assemblyVersion": {
|
|
"precision": "revision"
|
|
},
|
|
"nuGetPackageVersion": {
|
|
"semVer": 2.0
|
|
},
|
|
"publicReleaseRefSpec": [
|
|
"^refs/heads/develop$",
|
|
"^refs/tags/\\d{4}\\.\\d+\\.\\d+"
|
|
],
|
|
"release": {
|
|
"firstUnstableTag": "prerelease",
|
|
"versionIncrement": "build"
|
|
}
|
|
}
|