Correct plugin version. Create updatePlugins.xml to provide updates.

This commit is contained in:
Fedor Isakov 2017-11-15 14:11:38 +01:00
parent 323cfdf080
commit 2ba4ee5712
3 changed files with 6 additions and 2 deletions

View File

@ -838,7 +838,7 @@
<id>jetbrains.mps.typechecking</id>
<name>Typechecking with Constraint Rules</name>
<description>Experimental support for type checking with constraint rules</description>
<version>0.1</version>
<version>0.2</version>
<vendor url="jetbrains.com/mps">JetBrains s.r.o.</vendor>
<extensions defaultExtensionNs="com.intellij">

View File

@ -178,7 +178,7 @@
</node>
<node concept="3_J27D" id="7BVjoXzUx6a" role="m$_w8">
<node concept="3Mxwew" id="7BVjoXzUx6l" role="3MwsjC">
<property role="3MwjfP" value="0.1" />
<property role="3MwjfP" value="0.2" />
</node>
</node>
<node concept="3_J27D" id="3AC_dXTSEnT" role="3s6cr7">

4
updatePlugins.xml Executable file
View File

@ -0,0 +1,4 @@
<plugins>
<plugin id="jetbrains.mps.typechecking" url="https://github.com/fisakov/constraints-typechecking/releases/download/v0.2-snapshot.16/typechecking-0.2.zip" version="0.2-b16" >
</plugin>
</plugins>