Skip to content

Commit e029bee

Browse files
committed
Add NuGet Package Info
1 parent 2c13951 commit e029bee

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>Monaco.Editor</id>
5+
<version>0.1</version>
6+
<title>Monaco Editor UWP Component</title>
7+
<authors>Michael A. Hawker</authors>
8+
<owners>Michael A. Hawker</owners>
9+
<licenseUrl>https://github.com/hawkerm/monaco-editor-uwp/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/hawkerm/monaco-editor-uwp</projectUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>A Windows Runtime Component wrapper around the web-based Monaco Editor</description>
13+
<releaseNotes>First Release.</releaseNotes>
14+
<copyright>Copyright 2017</copyright>
15+
<tags>uwp monaco editor controls</tags>
16+
</metadata>
17+
<files>
18+
<!-- WinMd and IntelliSense files -->
19+
<file src="bin\x64\Release\Monaco.pri" target="lib\uap10.0"/>
20+
<file src="bin\x64\Release\Monaco.winmd" target="lib\uap10.0"/>
21+
<file src="bin\x64\Release\Monaco.xml" target="lib\uap10.0"/>
22+
<file src="bin\x64\Release\MonacoEditorComponent.xr.xml" target="lib\uap10.0\Monaco"/>
23+
<!-- XAML controls -->
24+
<file src="Themes\Generic.xaml" target="lib\uap10.0\Themes"/>
25+
<!-- Dependencies -->
26+
<file src="MonacoEditor.html" target="lib\uap10.0\Monaco"/>
27+
<file src="monaco-editor\**\*.*" target="lib\uap10.0\Monaco\monaco-editor"/>
28+
</files>
29+
</package>

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ A *Windows Runtime Component* wrapper around the web-based [Monaco Editor](https
44

55
This project is not affiliated with the Monaco team and is provided for convenience. Please direct issues related to the use of this control wrapper to this repository.
66

7+
This control is still in an early alpha state.
8+
9+
Usage
10+
-----
11+
12+
An x64 NuGet Package is provided.
13+
14+
```
15+
Install-Package Monaco.Editor
16+
```
17+
718
Build Notes
819
-----------
920
Built using Visual Studio 2017 for Windows 10 14393 and above.

0 commit comments

Comments
 (0)