From 83ec85993a6f7f970f9f042bc5070065f628598e Mon Sep 17 00:00:00 2001 From: Marius Thesing Date: Thu, 12 Sep 2024 18:24:45 +0200 Subject: [PATCH] Update dependencies --- Directory.Packages.props | 18 +++++++++--------- src/Renci.SshNet/Common/ChannelInputStream.cs | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index c5c4f4ada..12f02c6ac 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,22 +5,22 @@ - + - - + + - + - - - - + + + + - + diff --git a/src/Renci.SshNet/Common/ChannelInputStream.cs b/src/Renci.SshNet/Common/ChannelInputStream.cs index b7e4be241..0ab29d128 100644 --- a/src/Renci.SshNet/Common/ChannelInputStream.cs +++ b/src/Renci.SshNet/Common/ChannelInputStream.cs @@ -79,7 +79,7 @@ public override void SetLength(long value) /// The sum of offset and count is larger than the buffer length. /// Methods were called after the stream was closed. /// The stream does not support reading. - /// is null. + /// is . /// An I/O error occurs. /// offset or count is negative. public override int Read(byte[] buffer, int offset, int count) @@ -96,7 +96,7 @@ public override int Read(byte[] buffer, int offset, int count) /// An I/O error occurs. /// The stream does not support writing. /// Methods were called after the stream was closed. - /// is null. + /// is . /// The sum of offset and count is greater than the buffer length. /// offset or count is negative. public override void Write(byte[] buffer, int offset, int count) @@ -133,7 +133,7 @@ public override void Write(byte[] buffer, int offset, int count) /// /// Releases the unmanaged resources used by the Stream and optionally releases the managed resources. /// - /// true to release both managed and unmanaged resources; false to release only unmanaged resources. + /// to release both managed and unmanaged resources; to release only unmanaged resources. protected override void Dispose(bool disposing) { if (!_isDisposed)