Skip to content

Commit 2a0711e

Browse files
Merge pull request #2304 from DustinCampbell/1.15.2-update
Update changelog and version number for 1.15.2
2 parents f29e0a4 + 4a84eb7 commit 2a0711e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
44
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.
55

6-
## 1.15.2 (May 11, 1018)
6+
## 1.15.2 (May 15, 1018)
7+
78
* 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))_
89
* Fixed a regression that could cause the debugger to crash on Windows ([#2297](https://github.com/OmniSharp/omnisharp-vscode/issues/2297)).
910

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.15.2-beta1",
4+
"version": "1.15.2",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
@@ -24,8 +24,8 @@
2424
"keywords": [
2525
"multi-root ready"
2626
],
27-
"defaults":{
28-
"omniSharp" : "1.30.1"
27+
"defaults": {
28+
"omniSharp": "1.30.1"
2929
},
3030
"main": "./out/src/main",
3131
"scripts": {

0 commit comments

Comments
 (0)