From 899848cf12b75cee9b0f49ddaee2cd377a79f078 Mon Sep 17 00:00:00 2001 From: Akshita Date: Thu, 15 Aug 2019 14:36:03 -0700 Subject: [PATCH] Make changes for 1.21.1 --- CHANGELOG.md | 2 +- README.md | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9578180090..735ad11c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ * There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156)) * As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy. -## 1.21.1 [To be released] +## 1.21.1 (August 19, 2019) * Fixed a regression which caused AllowUnsafeCode in csproj to also enable TreatWarningsAsErrors behavior.([omnisharp-roslyn#1565](https://github.com/OmniSharp/omnisharp-roslyn/issues/1565), PR: [omnisharp-roslyn#1567](https://github.com/OmniSharp/omnisharp-roslyn/pull/1567)) ## 1.21.0 (July 18, 2019) diff --git a/README.md b/README.md index d6f7786526..bdf55a8735 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.0 +### What's new in 1.21.1 * 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.0/CHANGELOG.md) for more detail. +See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.21.1/CHANGELOG.md) for more detail. ### Supported Operating Systems for Debugging diff --git a/package.json b/package.json index 8872042e12..b1762dab85 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csharp", "publisher": "ms-vscode", - "version": "1.21.1-beta1", + "version": "1.21.1", "description": "C# for Visual Studio Code (powered by OmniSharp).", "displayName": "C#", "author": "Microsoft Corporation",