Skip to content

Commit

Permalink
Merge pull request #985 from DustinCampbell/update-1.6-beta2
Browse files Browse the repository at this point in the history
Update OmniSharp to latest build: v1.9-beta20
  • Loading branch information
DustinCampbell authored Nov 23, 2016
2 parents 3c77f27 + 8fce425 commit d6e9b84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "csharp",
"publisher": "ms-vscode",
"version": "1.6.0-beta1",
"version": "1.6.0-beta2",
"description": "C# for Visual Studio Code (powered by OmniSharp).",
"displayName": "C#",
"author": "Microsoft Corporation",
Expand Down Expand Up @@ -105,7 +105,7 @@
},
{
"description": "OmniSharp (.NET 4.6 / x86)",
"url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.9-beta19.zip",
"url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.9-beta20.zip",
"installPath": "./bin/omnisharp",
"platforms": [
"win32"
Expand All @@ -116,7 +116,7 @@
},
{
"description": "OmniSharp (.NET 4.6 / x64)",
"url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.9-beta19.zip",
"url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.9-beta20.zip",
"installPath": "./bin/omnisharp",
"platforms": [
"win32"
Expand All @@ -127,7 +127,7 @@
},
{
"description": "OmniSharp (Mono 4.6)",
"url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-mono-1.9-beta19.zip",
"url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-mono-1.9-beta20.zip",
"installPath": "./bin/omnisharp",
"platforms": [
"darwin",
Expand Down

0 comments on commit d6e9b84

Please sign in to comment.