From c5ddbfa5cb51f2a6f0338cd1f0ae96daed5e2823 Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Mon, 14 Nov 2016 14:43:27 -0800 Subject: [PATCH] Update to 1.5.1 --- README.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2492557f31..dac5ebe6d3 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,14 @@ Welcome to the C# extension for Visual Studio Code! This preview provides the fo The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnisharp-roslyn). -### Get Started Writing C# in VS Code +### Get Started Writing C# in VS Code * [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.5.1 + +* Fix to properly support `http.proxy` and `http.proxyStrictSSL` settings. ([#930](https://github.com/OmniSharp/omnisharp-vscode/issues/930)) + ### What's New in 1.5 #### Initial support for C# 7 diff --git a/package.json b/package.json index 1e569666f0..a6faf7afa8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csharp", "publisher": "ms-vscode", - "version": "1.5.0", + "version": "1.5.1", "description": "C# for Visual Studio Code (powered by OmniSharp).", "displayName": "C#", "author": "Microsoft Corporation",