Skip to content

Commit ef1f898

Browse files
author
Ravi Chande
committed
CR feedback
1 parent 0fdc29c commit ef1f898

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
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)
7+
* 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))_
8+
69
## 1.15.1 (May 11, 1018)
710

811
* The minimum Mono version required to run OmniSharp on has been increased to 5.8.1.

package.json

Lines changed: 4 additions & 4 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",
4+
"version": "1.15.2-beta1",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
@@ -146,7 +146,7 @@
146146
"description": "OmniSharp for Windows (.NET 4.6 / x86)",
147147
"url": "https://download.visualstudio.microsoft.com/download/pr/12245767/0c5c04bed389ea023a731f6da6d31ab8/omnisharp-win-x86-1.30.1.zip",
148148
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.30.1.zip",
149-
"installPath": ".omnisharp/1.31.0",
149+
"installPath": ".omnisharp/1.30.1",
150150
"platforms": [
151151
"win32"
152152
],
@@ -159,8 +159,8 @@
159159
{
160160
"description": "OmniSharp for Windows (.NET 4.6 / x64)",
161161
"url": "https://download.visualstudio.microsoft.com/download/pr/12245763/b72bb97e2890bc67301aa8aca3cd382e/omnisharp-win-x64-1.30.1.zip",
162-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.31.0.zip",
163-
"installPath": ".omnisharp/1.31.0",
162+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.30.1.zip",
163+
"installPath": ".omnisharp/1.30.1",
164164
"platforms": [
165165
"win32"
166166
],

0 commit comments

Comments
 (0)