NetSharp

NetSharp.git
git clone git://git.lenczewski.org/NetSharp.git
Log | Files | Refs | README | LICENSE

commit 7a381e5f7b78caa5074aa1c660ea5c7a9f4a528d
parent 619fe922791472720dc8a7168a81abdb0262a73d
Author: Mikolaj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Wed, 24 Jun 2020 11:41:32 +0100

Rebuilt .xml doc file, and bumped NuGet package version.

Diffstat:
MNetSharp/NetSharp/NetSharp.csproj | 2+-
MNetSharp/NetSharp/NetSharp.xml | 7++++++-
2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/NetSharp/NetSharp/NetSharp.csproj b/NetSharp/NetSharp/NetSharp.csproj @@ -12,7 +12,7 @@ <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> <Authors>MikoĊ‚aj Lenczewski</Authors> <Company>NetSharp</Company> - <Version>0.1.5</Version> + <Version>0.1.6</Version> <PackageLicenseFile>LICENSE</PackageLicenseFile> <PackageProjectUrl>https://github.com/EnderRifter/NetSharp</PackageProjectUrl> <Description>A networking library for C#, focusing on performance and built on top of SocketAsyncEventArgs.</Description> diff --git a/NetSharp/NetSharp/NetSharp.xml b/NetSharp/NetSharp/NetSharp.xml @@ -187,6 +187,11 @@ resource lookups using this strongly typed resource class. </summary> </member> + <member name="P:NetSharp.Properties.Resources.RawDatagramNetworkReaderRentedBufferSizeError"> + <summary> + Looks up a localized string similar to Cannot rent a temporary buffer of size: {0} bytes. The maximum temporary buffer size is {1} bytes. + </summary> + </member> <member name="P:NetSharp.Properties.Resources.RawDatagramSizeError"> <summary> Looks up a localized string similar to The datagram size must be between 0 and 65507 bytes. @@ -406,7 +411,7 @@ </member> <member name="T:NetSharp.Raw.Stream.RawStreamRequestHandler"> <summary> - Represents a method that handles a request received by a <see cref="!:R" />. + Represents a method that handles a request received by a <see cref="T:NetSharp.Raw.Stream.RawStreamNetworkReader" />. </summary> <param name="remoteEndPoint"> The remote endpoint from which the request was received.