Skip to content
This repository was archived by the owner on Nov 9, 2019. It is now read-only.

Commit 211460e

Browse files
committed
Update Win/Linux addin.xml
1 parent eebad80 commit 211460e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

lib/V8dotnet/linux.x64/TypeScriptBinding.addin.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Addin
1+
<Addin
22
name="TypeScript Language Binding"
33
id="TypeScript"
44
namespace="MonoDevelop"
@@ -7,11 +7,12 @@
77
url="https://github.com/mrward/typescript-addin"
88
description="Adds TypeScript support."
99
category="Language bindings"
10-
version="0.3">
10+
version="0.4">
1111

1212
<Runtime>
1313

1414
<Import assembly="TypeScriptBinding.dll" />
15+
<Import assembly="TypeScriptLanguageService.dll" />
1516

1617
<Import assembly="Newtonsoft.Json.dll" />
1718

@@ -117,4 +118,4 @@
117118
class="ICSharpCode.TypeScriptBinding.TypeScriptParser"
118119
mimeType="text/typescript, application/typescript"/>
119120
</Extension>
120-
</Addin>
121+
</Addin>

lib/V8dotnet/win.x86_x64/TypeScriptBinding.addin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
url="https://github.com/mrward/typescript-addin"
88
description="Adds TypeScript support."
99
category="Language bindings"
10-
version="0.3">
10+
version="0.4">
1111

1212
<Runtime>
1313

0 commit comments

Comments
 (0)