NetSharp

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

commit 49b0aac48eabcfeddff60d19006b99f65433f562
parent 61097661f55df5198481fcd4cb7985a2359b58e4
Author: Mikolaj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Thu, 11 Jun 2020 22:52:14 +0100

Bumped NuGet package patch version.

Diffstat:
MNetSharp/NetSharp/NetSharp.csproj | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NetSharp/NetSharp/NetSharp.csproj b/NetSharp/NetSharp/NetSharp.csproj @@ -12,7 +12,7 @@ <NeutralLanguage>en</NeutralLanguage> <Authors>MikoĊ‚aj Lenczewski</Authors> <Company>NetSharp</Company> - <Version>0.1.1</Version> + <Version>0.1.2</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>