Skip to content

Commit

Permalink
Update package.json/CHANGELOG.md for 1.9.0-beta2 (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregg-miskelly authored Mar 28, 2017
1 parent 054cdb1 commit a105752
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

## 1.9.0 _(Not Yet Released)_

#### Debugger

* **Hot issue:** Fixes debugging on OSX Sierra ([#1220](https://github.com/OmniSharp/omnisharp-vscode/issues/1220))
* Several bug fixes that addressed problems with launch ([#1318](https://github.com/OmniSharp/omnisharp-vscode/issues/1318), [#1335](https://github.com/OmniSharp/omnisharp-vscode/issues/1335), [#1336](https://github.com/OmniSharp/omnisharp-vscode/issues/1336))
* Fix issue where VS Code would incorrectly display threads as paused ([#1317](https://github.com/OmniSharp/omnisharp-vscode/issues/1317))

#### Other Updates and Fixes

* Improvements made to project.json package completion experience. ([#1338](https://github.com/OmniSharp/omnisharp-vscode/pull/1338))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "csharp",
"publisher": "ms-vscode",
"version": "1.9.0-beta1",
"version": "1.9.0-beta2",
"description": "C# for Visual Studio Code (powered by OmniSharp).",
"displayName": "C#",
"author": "Microsoft Corporation",
Expand Down

0 comments on commit a105752

Please sign in to comment.