Skip to content

Commit

Permalink
update package description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Xie committed Mar 3, 2019
1 parent 91024b4 commit 92e1c13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Brotli.NET/Brotli.Core/Brotli.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
<Authors>Jinjun Xie</Authors>
<Company>Jinjun Xie</Company>
<Copyright>Copyright Jinjun Xie 2016</Copyright>
<PackageLicenseUrl>https://mit-license.org/</PackageLicenseUrl>
<PackageLicenseUrl>https://licenses.nuget.org/MIT</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/XieJJ99/brotli.net</PackageProjectUrl>
<PackageTags>Brotli Compress Decompress .NET Standard Stream</PackageTags>
<PackageReleaseNotes>Fix load issues on .NET Framework Projets.
Now supporting .NET 45 again.</PackageReleaseNotes>
<PackageReleaseNotes>Now supporting .NET 3.5 and above again.</PackageReleaseNotes>
<Description>Supported on dotnet standard2(Windows/Linux/OSX), provide similar interface to Google offical API.Quality and window control is supported.
The library use the native runtime and its performance should be better than System.IO.Compress.BrotliStream.
To support dynamic compress in web applications,add the code like this in the Global.asax.cs:
Expand Down

0 comments on commit 92e1c13

Please sign in to comment.