You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [6.0.0-beta.1](https://github.com/JeringTech/Javascript.NodeJS/compare/6.0.0-beta.0...6.0.0-beta.1) - Feb 22, 2021
9
+
### Fixes
10
+
- Fixed Http/2 for .Net 5.0. ([#100](https://github.com/JeringTech/Javascript.NodeJS/pull/100)).
7
11
8
12
## [6.0.0-beta.0](https://github.com/JeringTech/Javascript.NodeJS/compare/5.4.4...6.0.0-beta.0) - Feb 10, 2021
9
13
### Additions
10
14
- Added NetCoreApp3.0 as a target.
11
-
- Library uses HTTP/2 to communicate with Node.js when using NetCoreApp3.0 binaries.
15
+
- Library uses HTTP/2 to communicate with Node.js when using NetCoreApp3.0 binaries. ([#97](https://github.com/JeringTech/Javascript.NodeJS/pull/97)).
12
16
### Changes
13
17
-**Breaking**: Simplified the surface area of `IHttpClientService`. Users can use DI to register a custom implementation of this service
0 commit comments