Skip to content

Commit 39667ca

Browse files
committed
Added .NET 4.6 and moved to 0.5.4
1 parent 3d0fdb4 commit 39667ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ProtoSocket/ProtoSocket.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard1.3</TargetFramework>
4+
<TargetFrameworks>netstandard1.3;net46</TargetFrameworks>
55
<Authors>Alan Doherty &amp; WIFIPLUG Ltd</Authors>
66
<Company>Alan Doherty</Company>
7-
<Version>0.5.3</Version>
7+
<Version>0.5.4</Version>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<Description>A networking library for frame-based, performant asynchronous sockets on .NET Core</Description>
1010
<Copyright>Alan Doherty 2018</Copyright>
1111
<PackageLicenseUrl>https://github.com/alandoherty/protosocket-net/blob/master/LICENSE</PackageLicenseUrl>
1212
<PackageProjectUrl>https://github.com/alandoherty/protosocket-net</PackageProjectUrl>
1313
<PackageIconUrl>https://s3-eu-west-1.amazonaws.com/assets.alandoherty.co.uk/github/protosocket-net-nuget.png</PackageIconUrl>
14-
<RepositoryUrl></RepositoryUrl>
14+
<RepositoryUrl>s</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
16-
<AssemblyVersion>0.5.3.0</AssemblyVersion>
17-
<FileVersion>0.5.3.0</FileVersion>
16+
<AssemblyVersion>0.5.4.0</AssemblyVersion>
17+
<FileVersion>0.5.4.0</FileVersion>
1818
</PropertyGroup>
19-
19+
2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2121
<DocumentationFile>bin\Release\netstandard1.3\ProtoSocket.xml</DocumentationFile>
2222
<LangVersion>7.2</LangVersion>

0 commit comments

Comments
 (0)