Skip to content

Commit

Permalink
Merge pull request #667 from DustinCampbell/update-omnisharp
Browse files Browse the repository at this point in the history
Update to OmniSharp v1.9-beta13
  • Loading branch information
DustinCampbell authored Aug 16, 2016
2 parents 259da60 + cc0f81c commit 41be44a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "csharp",
"publisher": "ms-vscode",
"version": "1.4.0-beta2",
"version": "1.4.0-beta3",
"description": "C# for Visual Studio Code (powered by OmniSharp).",
"displayName": "C#",
"author": "Microsoft Corporation",
Expand Down
2 changes: 1 addition & 1 deletion src/omnisharp/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {getProxyAgent} from '../proxy';
const decompress = require('decompress');

const BaseDownloadUrl = 'https://omnisharpdownload.blob.core.windows.net/ext';
const OmniSharpVersion = '1.9-beta12';
const OmniSharpVersion = '1.9-beta13';

tmp.setGracefulCleanup();

Expand Down

0 comments on commit 41be44a

Please sign in to comment.