From c3e320a51ee1e59bd796af15b2874dfef137f7cd Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Fri, 9 Jun 2017 15:51:07 -0700 Subject: [PATCH 1/2] Update mono version --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 54f8edd516..8e73e8d017 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "runtimeDependencies": [ { "description": "Mono Runtime (Linux / x86)", - "url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86-4.8.0.478.zip", + "url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86-5.2.0.104.zip", "installPath": "./bin", "platforms": [ "linux" @@ -84,7 +84,7 @@ }, { "description": "Mono Runtime (Linux / x64)", - "url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86_64-4.8.0.478.zip", + "url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86_64-5.2.0.104.zip", "installPath": "./bin", "platforms": [ "linux" @@ -100,7 +100,7 @@ }, { "description": "Mono Runtime (macOS)", - "url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.osx-4.8.0.478.zip", + "url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.osx-5.2.0.104.zip", "installPath": "./bin", "platforms": [ "darwin" @@ -113,7 +113,7 @@ }, { "description": "Mono Framework Assemblies", - "url": "https://omnisharpdownload.blob.core.windows.net/ext/framework-4.8.0.478.zip", + "url": "https://omnisharpdownload.blob.core.windows.net/ext/framework-5.2.0.104.zip", "installPath": "./bin/framework", "platforms": [ "darwin", From 84dd68be01ddbe09ded966d99d5d7b717fa4334d Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Fri, 9 Jun 2017 15:52:38 -0700 Subject: [PATCH 2/2] v1.11.0-beta2 -> v1.11.0-beta3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e73e8d017..a8f024625b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csharp", "publisher": "ms-vscode", - "version": "1.11.0-beta2", + "version": "1.11.0-beta3", "description": "C# for Visual Studio Code (powered by OmniSharp).", "displayName": "C#", "author": "Microsoft Corporation",