Skip to content

Commit b63f69c

Browse files
Merge pull request #329 from DustinCampbell/minor-tweaks
Minor readme and package.json metadata tweaks
2 parents 230ed90 + ed064be commit b63f69c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@
77
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/).
88
These new projects are based on project.json and the [.NET CLI](https://dotnet.github.io/getting-started/).
99

10-
### Support for .csproj
10+
### Support for .csproj and Mono on OS X and Linux
1111

12-
Support for .csproj projects will be improved in future versions of this extension. For now, if you are targeting Mono scenarios (ex: Unity
13-
or Xamarin) we suggest instead installing the 'Built-in Omnisharp' extension. Note that the name of the Omnisharp extension is no longer
14-
correct - the extension is no longer built into VS Code.
12+
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.
1513

16-
Installation steps for the Omnisharp extension --
14+
Use the following steps to install the older OmniSharp extension for Mono support:
1715

1816
1. Install ASP.NET 5 RC1 (NOTE: Do **NOT** use RC2)
1917
* Windows: https://docs.asp.net/en/1.0.0-rc1/getting-started/installing-on-windows.html

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.0.9",
4+
"version": "1.0.10",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
88
"license": "SEE LICENSE IN RuntimeLicenses/license.txt",
99
"icon": "images/csharpIcon.png",
10+
"preview": "true",
1011
"categories": [
1112
"Debuggers",
1213
"Languages",

0 commit comments

Comments
 (0)