From 91024b46468fb5fe4ea84eb4080dd67a2b2f4b64 Mon Sep 17 00:00:00 2001 From: Jimmy Xie Date: Sun, 3 Mar 2019 11:31:43 +0800 Subject: [PATCH] update .NET compatibility(at least v3.5) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eccb95c..bb27884 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Quality and window control is supported. Supported and tested on: - Dotnet standard 2(.NET Framework [v4.6.1] and .net core [2] above) - Windows/Linux/MacOSX -- .NET Framework v4.5 +- .NET Framework v3.5 and above Besides quality controll,the library use the native runtime and its performance should be better than System.IO.Compress.BrotliStream. ## Supporting platform: .NET Standard 2(Windows/Linux/Mac OSX) @@ -80,4 +80,7 @@ protected void Application_PostAcquireRequestState(object sender, EventArgs e) ``` ## Legacy version -For .net framework below v4.5.0, you can use version v1.0.19. \ No newline at end of file +For .net framework below v3.5, you can use version v1.0.19. + +## License +MIT \ No newline at end of file