NetSharp

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

commit 487994f274d6c653e217d4105d3bdca8f4375c36
parent 25544b696529c5c78c31c6e2db2719c9b534b938
Author: Mikolaj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Wed, 24 Jun 2020 12:00:49 +0100

Update nuget package repository links.

Diffstat:
MNetSharp/NetSharp/NetSharp.csproj | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/NetSharp/NetSharp/NetSharp.csproj b/NetSharp/NetSharp/NetSharp.csproj @@ -12,11 +12,11 @@ <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> <Authors>MikoĊ‚aj Lenczewski</Authors> <Company>NetSharp</Company> - <Version>0.1.6</Version> + <Version>0.1.7</Version> <PackageLicenseFile>LICENSE</PackageLicenseFile> - <PackageProjectUrl>https://github.com/EnderRifter/NetSharp</PackageProjectUrl> + <PackageProjectUrl>https://github.com/mblenczewski/NetSharp</PackageProjectUrl> <Description>A networking library for C#, focusing on performance and built on top of SocketAsyncEventArgs.</Description> - <RepositoryUrl>https://github.com/EnderRifter/NetSharp.git</RepositoryUrl> + <RepositoryUrl>https://github.com/mblenczewski/NetSharp.git</RepositoryUrl> <RepositoryType>git</RepositoryType> <PackageTags>networking</PackageTags> <IncludeSymbols>true</IncludeSymbols>