From 6cd25ec2588579e57e997064a8af8b8b3a9b969c Mon Sep 17 00:00:00 2001 From: Akshita Date: Thu, 22 Aug 2019 11:12:42 -0700 Subject: [PATCH] Update for 1.21.2 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdf55a8735..f9855d59d1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar * [Documentation](https://code.visualstudio.com/docs/languages/csharp) * [Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-VSCode-Csharp-NET-Core-Windows) -### What's new in 1.21.1 +### What's new in 1.21.2 * Added a `omnisharp.enableEditorConfigSupport` setting to enable support for .editorconfig. * Modified the auto generated tasks in tasks.json to generate full paths and disable summary to fix the problem of no source links in the problems panel. @@ -29,7 +29,7 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar * Added support for *AdditionalFiles* in csproj files * Improved the MSBuild selection logic. The standalone instance inside OmniSharp is now preferred over VS2017, with VS2019 given the highest priority. -See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.21.1/CHANGELOG.md) for more detail. +See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.21.2/CHANGELOG.md) for more detail. ### Supported Operating Systems for Debugging diff --git a/package.json b/package.json index de0573eccc..d2c0d1c0f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csharp", "publisher": "ms-vscode", - "version": "1.21.1", + "version": "1.21.2-beta1", "description": "C# for Visual Studio Code (powered by OmniSharp).", "displayName": "C#", "author": "Microsoft Corporation",