Skip to content

Commit 55a5f44

Browse files
committed
Update Package for v0.5.0 Release
1 parent 414d917 commit 55a5f44

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

MonacoEditorComponent.sln

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26430.12
4+
VisualStudioVersion = 15.0.27004.2008
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonacoEditorComponent", "MonacoEditorComponent\MonacoEditorComponent.csproj", "{DD49485C-2D9B-4824-B64E-52193B43E4CB}"
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonacoEditorTestApp", "MonacoEditorTestApp\MonacoEditorTestApp.csproj", "{854C0817-09CA-4052-8C6F-0717C2721063}"
99
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C810EDD0-CB55-4B22-AA18-A6C8B3C29FBC}"
11+
ProjectSection(SolutionItems) = preProject
12+
changelog.md = changelog.md
13+
MonacoEditorComponent\MonacoEditorComponent.nuspec = MonacoEditorComponent\MonacoEditorComponent.nuspec
14+
README.md = README.md
15+
EndProjectSection
16+
EndProject
1017
Global
1118
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1219
Debug|Any CPU = Debug|Any CPU
@@ -59,4 +66,7 @@ Global
5966
GlobalSection(SolutionProperties) = preSolution
6067
HideSolutionNode = FALSE
6168
EndGlobalSection
69+
GlobalSection(ExtensibilityGlobals) = postSolution
70+
SolutionGuid = {90987E94-2049-4E20-B338-022AD41FAC9C}
71+
EndGlobalSection
6272
EndGlobal

MonacoEditorComponent/MonacoEditorComponent.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>Monaco.Editor</id>
5-
<version>0.4-alpha</version>
5+
<version>0.5-alpha</version>
66
<title>Monaco Editor UWP Component</title>
77
<authors>Michael A. Hawker</authors>
88
<owners>Michael A. Hawker</owners>

MonacoEditorComponent/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("0.4.0.0")]
28-
[assembly: AssemblyFileVersion("0.4.0.0")]
27+
[assembly: AssemblyVersion("0.5.0.0")]
28+
[assembly: AssemblyFileVersion("0.5.0.0")]
2929
[assembly: ComVisible(false)]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Usage
2626
A NuGet Package is provided:
2727

2828
```
29-
Install-Package Monaco.Editor -Version 0.4.0-alpha
29+
Install-Package Monaco.Editor -Version 0.5.0-alpha
3030
```
3131

3232
Look at the TestApp for current usage.

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.5 - 11/14/2017
2+
-----------------
3+
- **Breaking:** Appended 'Async' to Get/SetModelMarkers methods.
4+
- Error Handling with *InternalException* event for all calls.
5+
- Fixes #16
6+
17
v0.4 - 11/13/2017
28
-----------------
39
- Added support for *[Markers](https://microsoft.github.io/monaco-editor/api/modules/monaco.editor.html#setmodelmarkers)*

0 commit comments

Comments
 (0)