Skip to content

Commit

Permalink
Merge pull request #319 from DustinCampbell/update-omnisharp
Browse files Browse the repository at this point in the history
Update to latest OmniSharp build
  • Loading branch information
DustinCampbell committed May 13, 2016
2 parents 8db5ffe + ccd0df7 commit 15e65ec
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.0.5-rc2",
"version": "1.0.6-rc2",
"description": "C# for Visual Studio Code (powered by OmniSharp).",
"displayName": "C#",
"author": "Microsoft Corporation",
Expand Down
2 changes: 1 addition & 1 deletion src/omnisharpDownload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Decompress = require('decompress');
const Github = require('github-releases');

const OmnisharpRepo = 'OmniSharp/omnisharp-roslyn';
const OmnisharpVersion = 'v1.9-alpha13';
const OmnisharpVersion = 'v1.9-alpha14';
const DefaultInstallLocation = path.join(__dirname, '../.omnisharp');

tmp.setGracefulCleanup();
Expand Down

0 comments on commit 15e65ec

Please sign in to comment.