Skip to content

Commit 55b31e1

Browse files
authored
Add changelog and readme updates (#3046)
1 parent d3dddea commit 55b31e1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Known Issues in 1.19.0
1+
## Known Issues in 1.19.1
22

33
* Known limitations with the preview Razor (cshtml) language service to be addressed in a future release:
44
* Only ASP.NET Core projects are supported (no support for ASP.NET projects)
@@ -12,6 +12,8 @@
1212
## 1.19.1 (Not yet released)
1313

1414
* Updated debugger to work correctly on Linux distributions with openssl 1.1 such as Ubuntu 19.04 ([#3010](https://github.com/OmniSharp/omnisharp-vscode/issues/3010))
15+
* Fixed OmniSharp hanging on wildcard Nuget package references.(PR: [omnisharp-roslyn#1473](https://github.com/OmniSharp/omnisharp-roslyn/pull/1473))
16+
* OmniSharp now uses correct 4.7.2 framework sku to prompt for installation of .NET 4.7.2 if missing.(PR: [omnisharp-roslyn#1469](https://github.com/OmniSharp/omnisharp-roslyn/pull/1469)).
1517

1618
## 1.19.0 (April 16, 2019)
1719
* Improved support for .NET Core 3

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,20 @@ 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.19.1
24+
25+
* Updated debugger to work correctly on Linux distributions with openssl 1.1 such as Ubuntu 19.04.
26+
* Fixed OmniSharp hanging on wildcard Nuget package references.
27+
* OmniSharp now uses correct 4.7.2 framework sku to prompt for installation of .NET 4.7.2 if missing.
28+
2329
### What's new in 1.19.0
2430

2531
* Improved support for .NET Core 3
2632
* Added support for roslyn analyzers, code fixes and rulesets which can be enabled via`omnisharp.enableRoslynAnalyzers` setting.
2733
* Improved Razor diagnostics
2834
* Razor tooling support for tag helpers
2935

30-
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.19.0/CHANGELOG.md) for more detail.
36+
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.19.1/CHANGELOG.md) for more detail.
3137

3238
### Supported Operating Systems for Debugging
3339

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.19.1-beta2",
4+
"version": "1.19.1",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

0 commit comments

Comments
 (0)