Skip to content

Commit c5972ef

Browse files
authored
Make changes for 1.21.1 (#3232)
1 parent 7f69e87 commit c5972ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
1010
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.
1111

12-
## 1.21.1 [To be released]
12+
## 1.21.1 (August 19, 2019)
1313
* 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))
1414

1515
## 1.21.0 (July 18, 2019)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
2020
* [Documentation](https://code.visualstudio.com/docs/languages/csharp)
2121
* [Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-VSCode-Csharp-NET-Core-Windows)
2222

23-
### What's new in 1.21.0
23+
### What's new in 1.21.1
2424

2525
* Added a `omnisharp.enableEditorConfigSupport` setting to enable support for .editorconfig.
2626
* 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
2929
* Added support for *AdditionalFiles* in csproj files
3030
* Improved the MSBuild selection logic. The standalone instance inside OmniSharp is now preferred over VS2017, with VS2019 given the highest priority.
3131

32-
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.21.0/CHANGELOG.md) for more detail.
32+
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.21.1/CHANGELOG.md) for more detail.
3333

3434
### Supported Operating Systems for Debugging
3535

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.21.1-beta1",
4+
"version": "1.21.1",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

0 commit comments

Comments
 (0)