File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard1.3</ TargetFramework >
4+ <TargetFrameworks >netstandard1.3;net46</ TargetFrameworks >
55 <Authors >Alan Doherty & 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 >
You can’t perform that action at this time.
0 commit comments