From ed064be94c59ebe0369f45558d1d9a7093a5c76f Mon Sep 17 00:00:00 2001 From: Dustin Campbell Date: Mon, 16 May 2016 17:02:08 -0700 Subject: [PATCH] Minor readme and package.json metadata tweaks --- README.md | 8 +++----- package.json | 3 ++- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 851af36f20..9371c39ce3 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,11 @@ This is a preview of C# support in Visual Studio code. It is designed to work well with [.NET Core 1.0](http://dotnet.github.io/). These new projects are based on project.json and the [.NET CLI](https://dotnet.github.io/getting-started/). -### Support for .csproj +### Support for .csproj and Mono on OS X and Linux -Support for .csproj projects will be improved in future versions of this extension. For now, if you are targeting Mono scenarios (ex: Unity -or Xamarin) we suggest instead installing the 'Built-in Omnisharp' extension. Note that the name of the Omnisharp extension is no longer -correct - the extension is no longer built into VS Code. +Support for .csproj projects will be improved in future versions of this extension. For now, if you are targeting Mono scenarios (ex: Unity or Xamarin) we suggest instead installing the 'Built-in Omnisharp' extension. Note that the name of the OmniSharp extension is no longer correct - the extension is no longer built into VS Code. -Installation steps for the Omnisharp extension -- +Use the following steps to install the older OmniSharp extension for Mono support: 1. Install ASP.NET 5 RC1 (NOTE: Do **NOT** use RC2) * Windows: https://docs.asp.net/en/1.0.0-rc1/getting-started/installing-on-windows.html diff --git a/package.json b/package.json index 35c02016d0..c993fb9cec 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "csharp", "publisher": "ms-vscode", - "version": "1.0.9", + "version": "1.0.10", "description": "C# for Visual Studio Code (powered by OmniSharp).", "displayName": "C#", "author": "Microsoft Corporation", "license": "SEE LICENSE IN RuntimeLicenses/license.txt", "icon": "images/csharpIcon.png", + "preview": "true", "categories": [ "Debuggers", "Languages",