From 043fb6169ffdc5e8af4a8020169db9ff574187a0 Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Tue, 7 Feb 2017 17:31:34 -0800 Subject: [PATCH 1/2] v1.7.0-beta5 -> v1.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9ec951725..c421b07a88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csharp", "publisher": "ms-vscode", - "version": "1.7.0-beta5", + "version": "1.7.0", "description": "C# for Visual Studio Code (powered by OmniSharp).", "displayName": "C#", "author": "Microsoft Corporation", From d3353f4d91b51f0cd57022699fac78ff7edcbe33 Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Tue, 7 Feb 2017 17:50:00 -0800 Subject: [PATCH 2/2] Tweaks to readme for 1.7 --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index daad8e6795..1e78a97c4a 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,15 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar * [Documentation](https://code.visualstudio.com/docs/languages/csharp) * [Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-with-VS-Code-using-CSharp-and-NET-Core) -### What's New in 1.6.0 +### What's New in 1.7.0 -* Better support for .NET Core .csproj projects, including .NET Core projects created with [Visual Studio 2017 RC](https://www.visualstudio.com/vs/visual-studio-2017-rc/). -* Improved debugger performance and support for debugging on more Linux distros. -* Roslyn scripting support with CSX files. +* A brand new TextMate grammar written from scratch that provides much more robust C# syntax highlighting +* Better support for .NET Core .csproj projects, including .NET Core projects created with the latest [Visual Studio 2017 RC](https://www.visualstudio.com/vs/visual-studio-2017-rc/). +* Support for restoring NuGet packages in .NET Core .csproj projects. +* Improved code action support, including fixes like "Move Type to File" and "Generate Type". * Lot's more! -See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/master/CHANGELOG.md) for all of the updates. +See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.7.0/CHANGELOG.md) for all of the updates. ### Supported Operating Systems for Debugging @@ -62,7 +63,7 @@ To **run and develop** do the following: * *Optional:* run `tsc -w`, make code changes (on Windows, try `start node ".\node_modules\typescript\bin\tsc -w"`) * Press F5 to debug -To **test** do the following: `npm run test` +To **test** do the following: `npm run test` or F5 in VS Code with the "Launch Tests" debug configuration. ### License The Microsoft C# extension is subject to [these license terms](RuntimeLicenses/license.txt).