diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 043b809..4140103 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -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 * [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. - * [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. * [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 diff --git a/releases/net471/dotnet471-changes.md b/releases/net471/dotnet471-changes.md index 1281630..43f44d2 100644 --- a/releases/net471/dotnet471-changes.md +++ b/releases/net471/dotnet471-changes.md @@ -19,7 +19,7 @@ You can learn about the changes made in the .NET Framework 4.7.1, as of build 25 ```csharp 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] ## BCL