From 8aa12bb1bbdd3e254f94719022adeb37bc4eb073 Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Tue, 15 Nov 2016 14:21:05 -0800 Subject: [PATCH] Update readme (again) for v1.5.2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7139bd7d2..4424f5133 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar * Ensure diagnostics are cleared in files when they are no longer needed. ([#858](https://github.com/OmniSharp/omnisharp-vscode/issues/858)) * Enqueue requests for diagnostics in visible editors when the extension starts up. ([#843](https://github.com/OmniSharp/omnisharp-vscode/issues/843)) * Provide fallback URLs for debugger downloads. ([#930](https://github.com/OmniSharp/omnisharp-vscode/issues/930)) +* Properly require .NET Framework 4.6 in the OmniSharp.exe.config file to ensure that the user is displayed a dialog on Windows machines that don't have .NET Framework 4.6 installed. ([#937](https://github.com/OmniSharp/omnisharp-vscode/issues/937)) +* Fix issue with installing on non-English installations of Windows. ([#938](https://github.com/OmniSharp/omnisharp-vscode/issues/938)) * Display platform information when acquiring runtime dependencies. ([#948](https://github.com/OmniSharp/omnisharp-vscode/issues/948)) ### What's New in 1.5.1