Skip to content

Commit

Permalink
Merge pull request #329 from DustinCampbell/minor-tweaks
Browse files Browse the repository at this point in the history
Minor readme and package.json metadata tweaks
  • Loading branch information
DustinCampbell committed May 17, 2016
2 parents 230ed90 + ed064be commit b63f69c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b63f69c

Please sign in to comment.