Skip to content

Commit 6dac332

Browse files
Update readme for 1.12.0
1 parent bf811e3 commit 6dac332

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
1818
* [Documentation](https://code.visualstudio.com/docs/languages/csharp)
1919
* [Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-with-VS-Code-using-CSharp-and-NET-Core)
2020

21-
### What's New in 1.11.0
21+
### What's New in 1.12.0
2222

23+
* Support for C# 7.1.
2324
* Support for latest .NET Core 2.0 preview.
24-
* Completion list fixes when typing lambda expressions.
25-
* Other bug fixes
25+
* Improvements to our support for Xamarin projects.
26+
* Several improvements to code actions, plus several new code fixes and refactorings.
27+
* The completion list now suggests variable names as you type.
28+
* Many other bug fixes
2629

27-
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.10.0/CHANGELOG.md) for all of the updates.
30+
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.12.0/CHANGELOG.md) for all of the updates.
2831

2932
### Supported Operating Systems for Debugging
3033

0 commit comments

Comments
 (0)