Skip to content

Commit f906f5b

Browse files
committed
bump version to 2.0
1 parent c30dcef commit f906f5b

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed
Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<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="TextTools.YangqiHuang.EF812262-D505-47F3-A8FD-32AC9E206DC3" Version="1.9" Language="zh-CN" Publisher="Yangqi Huang" />
5-
<DisplayName>TextTools</DisplayName>
6-
<Description xml:space="preserve">Provide some utility for text editing.
7-
Convert encoding after save. Convert line ending after save. Remove trailing whitespaces.</Description>
8-
<MoreInfo>https://github.com/avplayer/convert-line-ending</MoreInfo>
9-
</Metadata>
10-
<Installation>
11-
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Community" />
12-
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
13-
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
14-
</Installation>
15-
<Dependencies>
16-
</Dependencies>
17-
<Assets>
18-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" AssemblyName="|%CurrentProject%;AssemblyName|" />
19-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
20-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
21-
</Assets>
22-
<Prerequisites>
23-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0.28315.86,17.0)" DisplayName="Visual Studio 核心编辑器" />
24-
</Prerequisites>
25-
</PackageManifest>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<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="TextTools.YangqiHuang.EF812262-D505-47F3-A8FD-32AC9E206DC3" Version="2.0" Language="zh-CN" Publisher="Yangqi Huang" />
5+
<DisplayName>TextTools</DisplayName>
6+
<Description xml:space="preserve">Provide some utility for text editing.
7+
Convert encoding after save. Convert line ending after save. Remove trailing whitespaces.</Description>
8+
<MoreInfo>https://github.com/avplayer/convert-line-ending</MoreInfo>
9+
</Metadata>
10+
<Installation>
11+
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Community" />
12+
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
13+
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
14+
</Installation>
15+
<Dependencies>
16+
</Dependencies>
17+
<Assets>
18+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" AssemblyName="|%CurrentProject%;AssemblyName|" />
19+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
20+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
21+
</Assets>
22+
<Prerequisites>
23+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0.28315.86,17.0)" DisplayName="Visual Studio 核心编辑器" />
24+
</Prerequisites>
25+
</PackageManifest>

0 commit comments

Comments
 (0)