Skip to content

Commit

Permalink
Merge pull request #2304 from DustinCampbell/1.15.2-update
Browse files Browse the repository at this point in the history
Update changelog and version number for 1.15.2
  • Loading branch information
DustinCampbell authored May 15, 2018
2 parents f29e0a4 + 4a84eb7 commit 2a0711e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.

## 1.15.2 (May 11, 1018)
## 1.15.2 (May 15, 1018)

* Fixed a 1.30.0 regression that prevented the script project system from working on Unix-based systems ([omnisharp-roslyn#1184](https://github.com/OmniSharp/omnisharp-roslyn/pull/1184), PR: [omnisharp-roslyn#1185](https://github.com/OmniSharp/omnisharp-roslyn/pull/1185)) _(Contributed by [@filipw](https://github.com/filipw))_
* Fixed a regression that could cause the debugger to crash on Windows ([#2297](https://github.com/OmniSharp/omnisharp-vscode/issues/2297)).

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "csharp",
"publisher": "ms-vscode",
"version": "1.15.2-beta1",
"version": "1.15.2",
"description": "C# for Visual Studio Code (powered by OmniSharp).",
"displayName": "C#",
"author": "Microsoft Corporation",
Expand All @@ -24,8 +24,8 @@
"keywords": [
"multi-root ready"
],
"defaults":{
"omniSharp" : "1.30.1"
"defaults": {
"omniSharp": "1.30.1"
},
"main": "./out/src/main",
"scripts": {
Expand Down

0 comments on commit 2a0711e

Please sign in to comment.