NetSharp

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

commit 0dc510180530c2a9347adf326cc8a9e4633954a8
parent 1fa8ae353e47d0f7a1cefca716dbde07a02eea12
Author: Mikolaj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Wed, 10 Jun 2020 16:31:31 +0100

Slight change to NetSharp.sln and .csproj. trying to fix failing pipeline

Diffstat:
MNetSharp/NetSharp.sln | 1+
MNetSharp/NetSharp/NetSharp.csproj | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/NetSharp/NetSharp.sln b/NetSharp/NetSharp.sln @@ -10,6 +10,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD66A23B-CB45-4AAA-818A-4081DA9C875B}" ProjectSection(SolutionItems) = preProject ..\..\..\..\_Visual Studio Config\.editorconfig = ..\..\..\..\_Visual Studio Config\.editorconfig + nuget.config = nuget.config EndProjectSection EndProject Global diff --git a/NetSharp/NetSharp/NetSharp.csproj b/NetSharp/NetSharp/NetSharp.csproj @@ -8,6 +8,7 @@ <NeutralLanguage>en</NeutralLanguage> <Authors>MikoĊ‚aj Lenczewski</Authors> <Company>NetSharp</Company> + <Version>0.1.0</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>