Skip to content

Commit

Permalink
update .NET compatibility(at least v3.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Xie committed Mar 3, 2019
1 parent e23b1d5 commit 91024b4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
For .net framework below v3.5, you can use version v1.0.19.

## License
MIT

0 comments on commit 91024b4

Please sign in to comment.