Skip to content

Commit 8e5afca

Browse files
committed
update version number
1 parent 41dd62f commit 8e5afca

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CSXS/manifest.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<ExtensionManifest Version="5.0" ExtensionBundleId="com.greyrook.Draw2Script" ExtensionBundleVersion="0.0.1"
3+
<ExtensionManifest Version="5.0" ExtensionBundleId="com.greyrook.Draw2Script" ExtensionBundleVersion="0.2.0"
44
ExtensionBundleName="Draw2Script" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<ExtensionList>
6-
<Extension Id="com.greyrook.Draw2Script.extension" Version="1.0" />
6+
<Extension Id="com.greyrook.Draw2Script.extension" Version="0.2.0" />
77
</ExtensionList>
88
<ExecutionEnvironment>
99
<HostList>
10-
<Host Name="ILST" Version="[17.0,99]" />
10+
<Host Name="ILST" Version="[18.0,99]" />
1111
</HostList>
1212
<LocaleList>
1313
<Locale Code="All" />
@@ -29,12 +29,16 @@
2929
</Lifecycle>
3030
<UI>
3131
<Type>Panel</Type>
32-
<Menu>DrawToScript</Menu>
32+
<Menu>Draw2Script</Menu>
3333
<Geometry>
3434
<Size>
3535
<Height>400</Height>
36-
<Width>400</Width>
36+
<Width>350</Width>
3737
</Size>
38+
<MinSize>
39+
<Height>400</Height>
40+
<Width>350</Width>
41+
</MinSize>
3842
</Geometry>
3943
</UI>
4044
</DispatchInfo>

0 commit comments

Comments
 (0)