From b6ca7459e57d6cd49a635ef17a1eb742e7fb6fcf Mon Sep 17 00:00:00 2001 From: Cagri Aslan Date: Thu, 30 Jun 2016 15:22:48 -0700 Subject: [PATCH] Update clrdbg package version --- package.json | 2 +- src/coreclr-debug/install.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 81374d988e..28403185ab 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/coreclr-debug/install.ts b/src/coreclr-debug/install.ts index dac7ff3353..2cafab5311 100644 --- a/src/coreclr-debug/install.ts +++ b/src/coreclr-debug/install.ts @@ -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",