Skip to content

Commit 22ecba4

Browse files
committed
[v1.4.0] Lib.Net.Http.WebPush
1 parent e4d9bc8 commit 22ecba4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Benchmark.Net.Http.WebPush/Benchmark.Net.Http.WebPush.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="BenchmarkDotNet" Version="0.10.12" />
9+
<PackageReference Include="BenchmarkDotNet" Version="0.10.14" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

DocFx.Net.Http.WebPush/DocFx.Net.Http.WebPush.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Folder Include="wwwroot\" />
1010
</ItemGroup>
1111
<ItemGroup>
12-
<PackageReference Include="docfx.console" Version="2.30.0" />
12+
<PackageReference Include="docfx.console" Version="2.36.2" />
1313
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
1414
</ItemGroup>
1515
</Project>

Lib.Net.Http.WebPush/Lib.Net.Http.WebPush.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Lib.Net.Http.WebPush is a library which provides a Web Push Protocol based client for Push Service.</Description>
44
<Copyright>Copyright © 2018 Tomasz Pęczek</Copyright>
5-
<VersionPrefix>1.3.0</VersionPrefix>
5+
<VersionPrefix>1.4.0</VersionPrefix>
66
<Authors>Tomasz Pęczek</Authors>
7-
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
7+
<TargetFrameworks>net451;netstandard1.6;netstandard2.0</TargetFrameworks>
88
<AssemblyTitle>Lib.Net.Http.WebPush</AssemblyTitle>
99
<AssemblyName>Lib.Net.Http.WebPush</AssemblyName>
1010
<PackageId>Lib.Net.Http.WebPush</PackageId>
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424
<ItemGroup>
2525
<PackageReference Include="Portable.BouncyCastle" Version="1.8.1.3" />
26-
<PackageReference Include="Lib.Net.Http.EncryptedContentEncoding" Version="1.2.0" />
26+
<PackageReference Include="Lib.Net.Http.EncryptedContentEncoding" Version="1.3.0" />
2727
</ItemGroup>
2828
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
2929
<PackageReference Include="System.Net.Http" Version="4.3.1" />

0 commit comments

Comments
 (0)