Merge remote-tracking branch 'upstream/master'
commit
38c1a47c66
|
@ -167,7 +167,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
|
||||||
* [SmartIrc4net](https://github.com/meebey/SmartIrc4net) - IRC C# Library
|
* [SmartIrc4net](https://github.com/meebey/SmartIrc4net) - IRC C# Library
|
||||||
* [Spartacus](https://github.com/wind39/spartacus) - Multi-purpose C# library, containing: 1) classes to access many types of databases in a fast, generic way; 2) classes to work with XLSX, CSV and DBF files; 3) PDF report engine.
|
* [Spartacus](https://github.com/wind39/spartacus) - Multi-purpose C# library, containing: 1) classes to access many types of databases in a fast, generic way; 2) classes to work with XLSX, CSV and DBF files; 3) PDF report engine.
|
||||||
* [Splat](https://github.com/paulcbetts/splat) - A library to make things cross-platform that should be.
|
* [Splat](https://github.com/paulcbetts/splat) - A library to make things cross-platform that should be.
|
||||||
* [SSH.NET](https://sshnet.codeplex.com/) - A client-side library for SSH, SCP and SFTP.
|
* [SSH.NET](https://github.com/sshnet/SSH.NET) - A client-side library for SSH, SCP and SFTP.
|
||||||
* [Strongly Typed Client API Generators for ASP.NET Web API](https://webapiclientgen.codeplex.com/) - Strongly Typed Client API Generators generate strongly typed client API in TypeScript and C# codes supporting desktop, Universal Windows, Android and iOS.
|
* [Strongly Typed Client API Generators for ASP.NET Web API](https://webapiclientgen.codeplex.com/) - Strongly Typed Client API Generators generate strongly typed client API in TypeScript and C# codes supporting desktop, Universal Windows, Android and iOS.
|
||||||
* [Stuntman](https://github.com/ritterim/stuntman) - OWIN middleware for quickly mocking authentication/authorization use case scenarios locally. Supports Cookie Authentication and Bearer Token Authentication.
|
* [Stuntman](https://github.com/ritterim/stuntman) - OWIN middleware for quickly mocking authentication/authorization use case scenarios locally. Supports Cookie Authentication and Bearer Token Authentication.
|
||||||
* [SuperSocket](https://github.com/kerryjiang/SuperSocket) - An extensible socket server engine which supports .NET and Mono
|
* [SuperSocket](https://github.com/kerryjiang/SuperSocket) - An extensible socket server engine which supports .NET and Mono
|
||||||
|
|
|
@ -19,7 +19,7 @@ You can learn about the changes made in the .NET Framework 4.7.1, as of build 25
|
||||||
```csharp
|
```csharp
|
||||||
static bool HttpCookie.TryParse(string s, out HttpCookie result) [402902, System.Web.dll, Feature]
|
static bool HttpCookie.TryParse(string s, out HttpCookie result) [402902, System.Web.dll, Feature]
|
||||||
```
|
```
|
||||||
* Added support for SHA-2 hash algorthims for ASP.NET Forms Authentication password format. [405231, System.Web.dll, Feature]
|
* Added support for SHA-2 hash algorithms for ASP.NET Forms Authentication password format. [405231, System.Web.dll, Feature]
|
||||||
* HttpApplication.OnExecuteStep provides extensibility to ASP.NET pipeline to make it easy for developers to implement features in ambient context pattern and build libraries that cares about ASP.NET execution flow. [406437, System.Web.dll, Feature]
|
* HttpApplication.OnExecuteStep provides extensibility to ASP.NET pipeline to make it easy for developers to implement features in ambient context pattern and build libraries that cares about ASP.NET execution flow. [406437, System.Web.dll, Feature]
|
||||||
|
|
||||||
## BCL
|
## BCL
|
||||||
|
|
Loading…
Reference in New Issue