Skip to content

Commit

Permalink
Updated packages and moved to 0.5.3
Browse files Browse the repository at this point in the history
- Updated pipelines package from 4.5.2 to 4.5.3
- Moved to 0.5.3
  • Loading branch information
alandoherty committed Sep 4, 2019
1 parent 056e1da commit 91dea54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ProtoSocket/ProtoSocket.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard1.3</TargetFramework>
<Authors>Alan Doherty &amp; WIFIPLUG Ltd</Authors>
<Company>Alan Doherty</Company>
<Version>0.5.2</Version>
<Version>0.5.3</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A networking library for frame-based, performant asynchronous sockets on .NET Core</Description>
<Copyright>Alan Doherty 2018</Copyright>
Expand All @@ -13,8 +13,8 @@
<PackageIconUrl>https://s3-eu-west-1.amazonaws.com/assets.alandoherty.co.uk/github/protosocket-net-nuget.png</PackageIconUrl>
<RepositoryUrl></RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>0.5.2.0</AssemblyVersion>
<FileVersion>0.5.2.0</FileVersion>
<AssemblyVersion>0.5.3.0</AssemblyVersion>
<FileVersion>0.5.3.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -35,7 +35,7 @@

<ItemGroup>
<PackageReference Include="System.Buffers" Version="4.5.0" />
<PackageReference Include="System.IO.Pipelines" Version="4.5.2" />
<PackageReference Include="System.IO.Pipelines" Version="4.5.3" />
<PackageReference Include="System.Net.Security" Version="4.3.2" />
</ItemGroup>

Expand Down

0 comments on commit 91dea54

Please sign in to comment.