Skip to content

Commit 0a787ae

Browse files
committed
Bump VSIX version to 0.1.3.
1 parent ffc7769 commit 0a787ae

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3-
<Metadata>
4-
<Identity Id="Stratis.VS.StratisEVM.09bed5a1-7734-4cff-9412-d17961f1a291" Version="0.1.2" Language="en-US" Publisher="Stratis DevEx" />
5-
<DisplayName>StratisEVM</DisplayName>
6-
<Description xml:space="preserve">StratisEVM smart contracts extension</Description>
7-
<MoreInfo>https://github.com/stratisdevex/Stratis.DevEx/tree/master/src/Stratis.VS.StratisEVM</MoreInfo>
8-
<License>LICENSE.txt</License>
9-
<GettingStartedGuide>README.html</GettingStartedGuide>
10-
<ReleaseNotes>Correctly include node_modules dependencies dir when compiling contracts.</ReleaseNotes>
11-
<Icon>StratisLogo64x64.png</Icon>
12-
<PreviewImage>StratisLogo200x200.png</PreviewImage>
13-
<Tags>stratis,ethereum, solidity, smart contracts</Tags>
14-
<Preview>true</Preview>
15-
</Metadata>
16-
<Installation>
17-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
18-
<ProductArchitecture>amd64</ProductArchitecture>
19-
</InstallationTarget>
20-
</Installation>
21-
<Dependencies>
22-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
23-
</Dependencies>
24-
<Prerequisites>
25-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
26-
</Prerequisites>
27-
<Assets>
28-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
29-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
30-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="SolidityLanguageSettings.pkgdef" />
31-
</Assets>
3+
<Metadata>
4+
<Identity Id="Stratis.VS.StratisEVM.09bed5a1-7734-4cff-9412-d17961f1a291" Version="0.1.3" Language="en-US" Publisher="Stratis DevEx" />
5+
<DisplayName>StratisEVM</DisplayName>
6+
<Description xml:space="preserve">StratisEVM smart contracts extension</Description>
7+
<MoreInfo>https://github.com/stratisdevex/Stratis.DevEx/tree/master/src/Stratis.VS.StratisEVM</MoreInfo>
8+
<License>LICENSE.txt</License>
9+
<GettingStartedGuide>README.html</GettingStartedGuide>
10+
<ReleaseNotes>Correctly include node_modules dependencies dir when compiling contracts.</ReleaseNotes>
11+
<Icon>StratisLogo64x64.png</Icon>
12+
<PreviewImage>StratisLogo200x200.png</PreviewImage>
13+
<Tags>stratis,ethereum, solidity, smart contracts</Tags>
14+
<Preview>true</Preview>
15+
</Metadata>
16+
<Installation>
17+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
18+
<ProductArchitecture>amd64</ProductArchitecture>
19+
</InstallationTarget>
20+
</Installation>
21+
<Dependencies>
22+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
23+
</Dependencies>
24+
<Prerequisites>
25+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
26+
</Prerequisites>
27+
<Assets>
28+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
29+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
30+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="SolidityLanguageSettings.pkgdef" />
31+
</Assets>
3232
</PackageManifest>

0 commit comments

Comments
 (0)