Skip to content

Commit

Permalink
Applied selected open-source library guidance (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Jan 18, 2019
1 parent 6860e93 commit 9e1cb60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Lib.Net.Http.WebPush/Lib.Net.Http.WebPush.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<Copyright>Copyright © 2018 - 2019 Tomasz Pęczek</Copyright>
<VersionPrefix>1.5.0</VersionPrefix>
<Authors>Tomasz Pęczek</Authors>
<TargetFrameworks>net451;netstandard1.6;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net451;net461;netstandard1.6;netstandard2.0</TargetFrameworks>
<AssemblyTitle>Lib.Net.Http.WebPush</AssemblyTitle>
<AssemblyName>Lib.Net.Http.WebPush</AssemblyName>
<PackageId>Lib.Net.Http.WebPush</PackageId>
<PackageTags>push;notifications;webpush;vapid</PackageTags>
<PackageProjectUrl>https://github.com/tpeczek/Lib.Net.Http.WebPush</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/tpeczek/Lib.Net.Http.WebPush/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/tpeczek/Lib.Net.Http.WebPush</RepositoryUrl>
<GenerateAssemblyTitleAttribute>true</GenerateAssemblyTitleAttribute>
Expand All @@ -20,10 +20,12 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<LangVersion>latest</LangVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Lib.Net.Http.WebPush.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Portable.BouncyCastle" Version="1.8.1.3" />
<PackageReference Include="Lib.Net.Http.EncryptedContentEncoding" Version="1.4.0" />
<PackageReference Include="Lib.Net.Http.EncryptedContentEncoding" Version="2.0.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
<PackageReference Include="System.Net.Http" Version="4.3.1" />
Expand Down
Binary file added Lib.Net.Http.WebPush/Lib.Net.Http.WebPush.snk
Binary file not shown.

0 comments on commit 9e1cb60

Please sign in to comment.