Skip to content

Commit

Permalink
Merge pull request #520 from OmniSharp/master
Browse files Browse the repository at this point in the history
Merge master -> release
  • Loading branch information
caslan authored Jun 30, 2016
2 parents 09bd9f0 + 4c9b3cd commit d1cf284
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.2.0",
"version": "1.2.1",
"description": "C# for Visual Studio Code (powered by OmniSharp).",
"displayName": "C#",
"author": "Microsoft Corporation",
Expand Down
2 changes: 1 addition & 1 deletion src/coreclr-debug/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class DebugInstaller
emitEntryPoint: true
},
dependencies: {
"Microsoft.VisualStudio.clrdbg": "14.0.25429-preview-3095034",
"Microsoft.VisualStudio.clrdbg": "14.0.25430-preview-3098923",
"Microsoft.VisualStudio.clrdbg.MIEngine": "14.0.30629-preview-1",
"Microsoft.VisualStudio.OpenDebugAD7": "1.0.20628-preview-1",
"NETStandard.Library": "1.6.0",
Expand Down

0 comments on commit d1cf284

Please sign in to comment.