Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huoyaoyuan committed Dec 5, 2019
1 parent fd3ae7a commit 367a097
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion MoeIDE/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
public static class __Version
{
public const string Version = "1.4.0";
public const string Version = "1.4.1";
}
}
48 changes: 24 additions & 24 deletions MoeIDE/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="6cc96744-e9d7-41c2-9972-c73563934023" Version="1.4.0" Language="en-US" Publisher="Meowtrix" />
<DisplayName>MoeIDE</DisplayName>
<Description xml:space="preserve">Provide a background image for the IDE, containing pre-defined transparent themes.</Description>
<MoreInfo>https://github.com/Meowtrix/MoeIDE</MoreInfo>
<Icon>Resources\MoeIDE.ico</Icon>
<PreviewImage>Resources\preview.png</PreviewImage>
<Tags>background,image,transparent,痛IDE拡張</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />
<InstallationTarget Version="[16.0, 17.0)" Id="Microsoft.VisualStudio.IntegratedShell" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" d:Source="Installed" Version="[16.0,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,)" DisplayName="Visual Studio 核心编辑器" />
</Prerequisites>
<Metadata>
<Identity Id="6cc96744-e9d7-41c2-9972-c73563934023" Version="1.4.1" Language="en-US" Publisher="Meowtrix" />
<DisplayName>MoeIDE</DisplayName>
<Description xml:space="preserve">Provide a background image for the IDE, containing pre-defined transparent themes.</Description>
<MoreInfo>https://github.com/Meowtrix/MoeIDE</MoreInfo>
<Icon>Resources\MoeIDE.ico</Icon>
<PreviewImage>Resources\preview.png</PreviewImage>
<Tags>background,image,transparent,痛IDE拡張</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />
<InstallationTarget Version="[16.0, 17.0)" Id="Microsoft.VisualStudio.IntegratedShell" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" d:Source="Installed" Version="[16.0,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,)" DisplayName="Visual Studio 核心编辑器" />
</Prerequisites>
</PackageManifest>

0 comments on commit 367a097

Please sign in to comment.