Skip to content

Commit 6e96ff8

Browse files
Merge pull request #1836 from DustinCampbell/update-omnisharp
Update to latest OmniSharp and prepare for 1.3.0-beta5
2 parents f5fdb86 + 306b24b commit 6e96ff8

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
* Fixed bug where `LangVersion` property was not read correctly from project file, blocking C# 7.1 development. ([omnisharp-roslyn#961](https://github.com/OmniSharp/omnisharp-roslyn/issues/961), PR: [omnisharp-roslyn#962](https://github.com/OmniSharp/omnisharp-roslyn/pull/962)]) _(Contributed by [@filipw](https://github.com/filipw))_
3030
* Fixed issue where signing key was not read correctly from project file, which can result in InternalsVisibleTo not being handled properly. (PR: [omnisharp-roslyn#964](https://github.com/OmniSharp/omnisharp-roslyn/pull/964))
3131
* Fixed long-standing problem with renaming files. ([#785](https://github.com/OmniSharp/omnisharp-vscode/issues/785), [#1792](https://github.com/OmniSharp/omnisharp-vscode/issues/1792), PR: [#1805](https://github.com/OmniSharp/omnisharp-vscode/pull/1805))
32+
* Fixed problem where the Antlr4.CodeGenerator Nuget package would not generate files during OmniSharp design-time build. ([#1822](https://github.com/OmniSharp/omnisharp-vscode/issues/1822), PR: [omnisharp-roslyn#1002](https://github.com/OmniSharp/omnisharp-roslyn/pull/1002))
33+
* Fixed issue where a C# project referencing a non-C# project would cause the referenced project to be loaded (causing OmniSharp to potentially treat it as C#!). ([#371](https://github.com/OmniSharp/omnisharp-vscode/issues/371), [#1829](https://github.com/OmniSharp/omnisharp-vscode/issues/1829), PR: [omnisharp-roslyn#1005](https://github.com/OmniSharp/omnisharp-roslyn/pull/1005))
3234

3335
#### Testing
3436

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.13.0-beta4",
4+
"version": "1.13.0-beta5",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
@@ -68,8 +68,8 @@
6868
"runtimeDependencies": [
6969
{
7070
"description": "OmniSharp for Windows (.NET 4.6 / x86)",
71-
"url": "https://download.visualstudio.microsoft.com/download/pr/100229653/2bcdb52a3a25e1f7c42057c1755fdc84/omnisharp-win-x86-1.26.0.zip",
72-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.26.0.zip",
71+
"url": "https://download.visualstudio.microsoft.com/download/pr/100265554/077ad93cf1fb671e2c0902586873ab06/omnisharp-win-x86-1.26.1.zip",
72+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.26.1.zip",
7373
"installPath": ".omnisharp",
7474
"platforms": [
7575
"win32"
@@ -81,8 +81,8 @@
8181
},
8282
{
8383
"description": "OmniSharp for Windows (.NET 4.6 / x64)",
84-
"url": "https://download.visualstudio.microsoft.com/download/pr/100229652/5aebec76e7272330f89f22a9b6dc15fa/omnisharp-win-x64-1.26.0.zip",
85-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.26.0.zip",
84+
"url": "https://download.visualstudio.microsoft.com/download/pr/100265553/6af3cbbb63bb25dc4f2b481879e8525a/omnisharp-win-x64-1.26.1.zip",
85+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.26.1.zip",
8686
"installPath": ".omnisharp",
8787
"platforms": [
8888
"win32"
@@ -94,8 +94,8 @@
9494
},
9595
{
9696
"description": "OmniSharp for OSX",
97-
"url": "https://download.visualstudio.microsoft.com/download/pr/100229651/8f7cef31adb7684806f817cf35581188/omnisharp-osx-1.26.0.zip",
98-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.26.0.zip",
97+
"url": "https://download.visualstudio.microsoft.com/download/pr/100265552/a9ff84a7405589572ade0087cdf2c2b5/omnisharp-osx-1.26.1.zip",
98+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.26.1.zip",
9999
"installPath": ".omnisharp",
100100
"platforms": [
101101
"darwin"
@@ -108,8 +108,8 @@
108108
},
109109
{
110110
"description": "OmniSharp for Linux (x86)",
111-
"url": "https://download.visualstudio.microsoft.com/download/pr/100229714/11a6e85fc78b40cdb5a30e6da919efdc/omnisharp-linux-x86-1.26.0.zip",
112-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.26.0.zip",
111+
"url": "https://download.visualstudio.microsoft.com/download/pr/100265551/666592bdb3277d5152c0930f092b7c1c/omnisharp-linux-x86-1.26.1.zip",
112+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.26.1.zip",
113113
"installPath": ".omnisharp",
114114
"platforms": [
115115
"linux"
@@ -126,8 +126,8 @@
126126
},
127127
{
128128
"description": "OmniSharp for Linux (x64)",
129-
"url": "https://download.visualstudio.microsoft.com/download/pr/100229650/607ee43103b6f5641bbd08b8ffcaf892/omnisharp-linux-x64-1.26.0.zip",
130-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.26.0.zip",
129+
"url": "https://download.visualstudio.microsoft.com/download/pr/100265550/6780b525c18ff3bdb4687fa8e7657d6c/omnisharp-linux-x64-1.26.1.zip",
130+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.26.1.zip",
131131
"installPath": ".omnisharp",
132132
"platforms": [
133133
"linux"

0 commit comments

Comments
 (0)