NetSharp

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

commit 61094200ed9f59b0959c8a34eaeee8ed27ab80df
parent 1172866ee3dd6d2cfa23721a539db23eba285d6e
Author: Mikolaj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Fri, 12 Jun 2020 15:41:41 +0100

Bumped NuGet package 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 @@ <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> <Authors>MikoĊ‚aj Lenczewski</Authors> <Company>NetSharp</Company> - <Version>0.1.4</Version> + <Version>0.1.5</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>