Skip to content

Commit fef3b15

Browse files
Update README and CHANGELOG for 1.11.0
1 parent c05b215 commit fef3b15

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1-
## Known Issues in 1.10.0
1+
## Known Issues in 1.11.0
22

33
* When opening a .csproj-based .NET Core project in VS Code, the C# extension will not activate until a C# file is opened in the editor. ([#1150](https://github.com/OmniSharp/omnisharp-vscode/issues/1150))
44
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
5-
* .NET Core SDK 2.0-preview2 is not yet supported. ([#1495](https://github.com/OmniSharp/omnisharp-vscode/issues/1495))
5+
6+
## 1.11.0 (June 27, 2017)
7+
8+
#### Completion List
9+
10+
* No longer trigger completion when a '<' character is typed. ([#1521](https://github.com/OmniSharp/omnisharp-vscode/issues/1521), PR: [#1530](https://github.com/OmniSharp/omnisharp-vscode/pull/1530))
11+
* Completion list no longer triggers on space in contexts where a lambda expression could be typed. ([#1524](https://github.com/OmniSharp/omnisharp-vscode/issues/1524), PR: [#1548](https://github.com/OmniSharp/omnisharp-vscode/pull/1548))
12+
13+
#### Project System
14+
15+
* Fixed support for the latest .NET Core 2.0 preview. ([#1566](https://github.com/OmniSharp/omnisharp-vscode/issues/1566))
16+
17+
#### Other Updates and Fixes
18+
19+
* Improved download speeds for OmniSharp and Mono dependencies.
20+
* Allow the ".NET: Restore Packages" command to run on projects targeting full framework. ([#1507](https://github.com/OmniSharp/omnisharp-vscode/pull/1507), PR: [#1545](https://github.com/OmniSharp/omnisharp-vscode/pull/1545)) _(contributed by [@adamhartford](https://github.com/adamhartford))_
621

722
## 1.11.0 _(Not Yet Released)_
823

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ 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.10.0
21+
### What's New in 1.11.0
2222

23-
* Support added for NUnit and MSBuild tests.
24-
* Several improvements to the completion list, including new icons for events.
25-
* Important debugger fixes for OSX.
26-
* Project references outside of the opened folder are now loaded.
27-
* Lot's more!
23+
* Support for latest .NET Core 2.0 preview.
24+
* Completion list fixes when typing lambda expressions.
25+
* Other bug fixes
2826

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

0 commit comments

Comments
 (0)