Skip to content

Commit 46b94c7

Browse files
author
Ravi Chande
authored
Merge pull request #2291 from rchande/omnisharp30.1
1.15.2, omnisharp-1.30.1
2 parents 802e6f9 + ef1f898 commit 46b94c7

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
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: 17 additions & 17 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.1",
4+
"version": "1.15.2-beta1",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
@@ -25,7 +25,7 @@
2525
"multi-root ready"
2626
],
2727
"defaults":{
28-
"omniSharp" : "1.30.0"
28+
"omniSharp" : "1.30.1"
2929
},
3030
"main": "./out/src/main",
3131
"scripts": {
@@ -144,9 +144,9 @@
144144
"runtimeDependencies": [
145145
{
146146
"description": "OmniSharp for Windows (.NET 4.6 / x86)",
147-
"url": "https://download.visualstudio.microsoft.com/download/pr/12168336/be303385c06ad88bc3e33fa38cc09760/omnisharp-win-x86-1.30.0.zip",
148-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.30.0.zip",
149-
"installPath": ".omnisharp/1.30.0",
147+
"url": "https://download.visualstudio.microsoft.com/download/pr/12245767/0c5c04bed389ea023a731f6da6d31ab8/omnisharp-win-x86-1.30.1.zip",
148+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.30.1.zip",
149+
"installPath": ".omnisharp/1.30.1",
150150
"platforms": [
151151
"win32"
152152
],
@@ -158,9 +158,9 @@
158158
},
159159
{
160160
"description": "OmniSharp for Windows (.NET 4.6 / x64)",
161-
"url": "https://download.visualstudio.microsoft.com/download/pr/12168337/159fcd61baf209a6b10d371fa5b2817d/omnisharp-win-x64-1.30.0.zip",
162-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.30.0.zip",
163-
"installPath": ".omnisharp/1.30.0",
161+
"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.30.1.zip",
163+
"installPath": ".omnisharp/1.30.1",
164164
"platforms": [
165165
"win32"
166166
],
@@ -172,9 +172,9 @@
172172
},
173173
{
174174
"description": "OmniSharp for OSX",
175-
"url": "https://download.visualstudio.microsoft.com/download/pr/12168334/94b1fbb0c67cb3320c8eaaa75fa49c5d/omnisharp-osx-1.30.0.zip",
176-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.30.0.zip",
177-
"installPath": ".omnisharp/1.30.0",
175+
"url": "https://download.visualstudio.microsoft.com/download/pr/12245766/987fff9362fc85ba8f00d9a31889623c/omnisharp-osx-1.30.1.zip",
176+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.30.1.zip",
177+
"installPath": ".omnisharp/1.30.1",
178178
"platforms": [
179179
"darwin"
180180
],
@@ -187,9 +187,9 @@
187187
},
188188
{
189189
"description": "OmniSharp for Linux (x86)",
190-
"url": "https://download.visualstudio.microsoft.com/download/pr/12168335/c8f77432262698d7012ce1105588f974/omnisharp-linux-x86-1.30.0.zip",
191-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.30.0.zip",
192-
"installPath": ".omnisharp/1.30.0",
190+
"url": "https://download.visualstudio.microsoft.com/download/pr/12245764/3026884a5425856a0de04f1e468d25a8/omnisharp-linux-x86-1.30.1.zip",
191+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.30.1.zip",
192+
"installPath": ".omnisharp/1.30.1",
193193
"platforms": [
194194
"linux"
195195
],
@@ -206,9 +206,9 @@
206206
},
207207
{
208208
"description": "OmniSharp for Linux (x64)",
209-
"url": "https://download.visualstudio.microsoft.com/download/pr/12168333/63644667dd9c8a6320d3aef3ac2fb901/omnisharp-linux-x64-1.30.0.zip",
210-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.30.0.zip",
211-
"installPath": ".omnisharp/1.30.0",
209+
"url": "https://download.visualstudio.microsoft.com/download/pr/12245765/02c6e1855587e0f6b0be479d5ce88d62/omnisharp-linux-x64-1.30.1.zip",
210+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.30.1.zip",
211+
"installPath": ".omnisharp/1.30.1",
212212
"platforms": [
213213
"linux"
214214
],

0 commit comments

Comments
 (0)