From 92e1c13e56598ce94845b348b34bdc1bd9c90d37 Mon Sep 17 00:00:00 2001 From: Jimmy Xie Date: Sun, 3 Mar 2019 11:42:44 +0800 Subject: [PATCH] update package description --- Brotli.NET/Brotli.Core/Brotli.Core.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Brotli.NET/Brotli.Core/Brotli.Core.csproj b/Brotli.NET/Brotli.Core/Brotli.Core.csproj index 9fe5714..02dc9d0 100644 --- a/Brotli.NET/Brotli.Core/Brotli.Core.csproj +++ b/Brotli.NET/Brotli.Core/Brotli.Core.csproj @@ -8,11 +8,10 @@ Jinjun Xie Jinjun Xie Copyright Jinjun Xie 2016 - https://mit-license.org/ + https://licenses.nuget.org/MIT https://github.com/XieJJ99/brotli.net Brotli Compress Decompress .NET Standard Stream - Fix load issues on .NET Framework Projets. -Now supporting .NET 45 again. + Now supporting .NET 3.5 and above again. 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: