diff --git a/README.md b/README.md index 838d9da6e..e41818fc0 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ FluentFTP is also supported on these platforms: (via .NET Standard) - **Xamarin.Android** 10.0 - **Universal Windows Platform** 10.0 -Binaries for all platforms are built from a single VS 2017 Project. You will need [VS 2017](https://visualstudio.microsoft.com/downloads/) to build or contribute to FluentFTP. +Binaries for all platforms are built from a single Visual Studio 2019 Project. You will need [VS 2019](https://visualstudio.microsoft.com/downloads/) to build or contribute to FluentFTP. ## Example Usage diff --git a/RELEASES.md b/RELEASES.md index 2773aa4a1..ed007b510 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,8 @@ # Release Notes +#### 32.4.6 + - Upgrade System.Net.Security from version 4.3.0 to 4.3.2 to fix security issues + #### 32.4.5 - Fix: Uncatchable NullReferenceException is occasionally thrown from `ConnectAsync`