Skip to content

Commit e7c4caa

Browse files
Merge pull request #1411 from DustinCampbell/update-for-1.9.0
Update version number, readme, and changelog for 1.9.0
2 parents e5d9018 + 8661e5c commit e7c4caa

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
## Known Issues in 1.8.1
1+
## Known Issues in 1.9.0
22

3-
* Running and debugging of tests are not supported in .csproj-based .NET Core projects. However, there will still be clickable "run test" and "debug test" indicators above test methods. ([#1100](https://github.com/OmniSharp/omnisharp-vscode/issues/1100))
43
* 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))
54
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
65

7-
## 1.9.0 _(Not Yet Released)_
6+
## 1.9.0 (April 20, 2017)
87

98
#### Unit Testing
109

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,15 @@ 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.8.1
21+
### What's New in 1.9.0
2222

23-
Fixes debugging on macOS Sierra 10.12.4.
24-
25-
### What's New in 1.8.0
26-
27-
* Added support for "Go to Implementation" and "Peek Implementation"
28-
* Improvements to C# scripting support
29-
* New architecture for the debugger
30-
* Several breaking changes to remote debugging (see changelog for details).
23+
* Added support for running and debugging tests in .NET Core .csproj projects.
24+
* Tons of debugger fixes and better debugger configuration support.
25+
* Big improvements in processing of .NET Core .csproj projects.
26+
* Less noise from overly-chatty diagnostics (like "Remove Unnecessary Usings").
3127
* Lot's more!
3228

33-
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.8.0/CHANGELOG.md) for all of the updates.
29+
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.9.0/CHANGELOG.md) for all of the updates.
3430

3531
### Supported Operating Systems for Debugging
3632

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

0 commit comments

Comments
 (0)