Skip to content

Commit

Permalink
Added .NET 4.6 and moved to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alandoherty committed Sep 5, 2019
1 parent 3d0fdb4 commit 39667ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ProtoSocket/ProtoSocket.csproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<TargetFrameworks>netstandard1.3;net46</TargetFrameworks>
<Authors>Alan Doherty &amp; WIFIPLUG Ltd</Authors>
<Company>Alan Doherty</Company>
<Version>0.5.3</Version>
<Version>0.5.4</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A networking library for frame-based, performant asynchronous sockets on .NET Core</Description>
<Copyright>Alan Doherty 2018</Copyright>
<PackageLicenseUrl>https://github.com/alandoherty/protosocket-net/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/alandoherty/protosocket-net</PackageProjectUrl>
<PackageIconUrl>https://s3-eu-west-1.amazonaws.com/assets.alandoherty.co.uk/github/protosocket-net-nuget.png</PackageIconUrl>
<RepositoryUrl></RepositoryUrl>
<RepositoryUrl>s</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>0.5.3.0</AssemblyVersion>
<FileVersion>0.5.3.0</FileVersion>
<AssemblyVersion>0.5.4.0</AssemblyVersion>
<FileVersion>0.5.4.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard1.3\ProtoSocket.xml</DocumentationFile>
<LangVersion>7.2</LangVersion>
Expand Down

0 comments on commit 39667ca

Please sign in to comment.