|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 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="EncodingNormalizerVsx.Company.442f55bf-78ea-4a12-be38-8f3e5fe2147a" Version="1.0" Language="en-US" Publisher="lindexi" /> |
5 |
| - <DisplayName>Encoding normalize tool</DisplayName> |
6 |
| - <Description xml:space="preserve">Encoding tool can check all files in solution and normalize the encoding</Description> |
7 |
| - <MoreInfo>https://github.com/dotnet-campus/EncodingNormalior</MoreInfo> |
8 |
| - <Icon>Resources\code_711px_1157693_easyicon.net.png</Icon> |
9 |
| - <PreviewImage>Resources\code_711px_1157693_easyicon.net.png</PreviewImage> |
10 |
| - </Metadata> |
11 |
| - <Installation> |
12 |
| - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
13 |
| - <ProductArchitecture>amd64</ProductArchitecture> |
14 |
| - </InstallationTarget> |
15 |
| - <InstallationTarget Version="[17.0, 18.0)" Id="Microsoft.VisualStudio.Pro"> |
16 |
| - <ProductArchitecture>amd64</ProductArchitecture> |
17 |
| - </InstallationTarget> |
18 |
| - <InstallationTarget Version="[17.0, 18.0)" Id="Microsoft.VisualStudio.Enterprise"> |
19 |
| - <ProductArchitecture>amd64</ProductArchitecture> |
20 |
| - </InstallationTarget> |
21 |
| - </Installation> |
22 |
| - <Dependencies> |
23 |
| - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
24 |
| - </Dependencies> |
25 |
| - <Prerequisites> |
26 |
| - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" /> |
27 |
| - </Prerequisites> |
28 |
| - <Assets> |
29 |
| - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
30 |
| - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="EncodingNormalizerVsx.Company.442f55bf-78ea-4a12-be38-8f3e5fe2147a" Version="3.0" Language="en-US" Publisher="lindexi" /> |
| 5 | + <DisplayName>Encoding normalize tool</DisplayName> |
| 6 | + <Description xml:space="preserve">Encoding tool can check all files in solution and normalize the encoding. 规范化文件编码工具</Description> |
| 7 | + <MoreInfo>https://github.com/dotnet-campus/EncodingNormalior</MoreInfo> |
| 8 | + <Icon>Resources\code_711px_1157693_easyicon.net.png</Icon> |
| 9 | + <PreviewImage>Resources\code_711px_1157693_easyicon.net.png</PreviewImage> |
| 10 | + </Metadata> |
| 11 | + <Installation> |
| 12 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
| 13 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 14 | + </InstallationTarget> |
| 15 | + <InstallationTarget Version="[17.0, 18.0)" Id="Microsoft.VisualStudio.Pro"> |
| 16 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 17 | + </InstallationTarget> |
| 18 | + <InstallationTarget Version="[17.0, 18.0)" Id="Microsoft.VisualStudio.Enterprise"> |
| 19 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 20 | + </InstallationTarget> |
| 21 | + </Installation> |
| 22 | + <Dependencies> |
| 23 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
| 24 | + </Dependencies> |
| 25 | + <Prerequisites> |
| 26 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" /> |
| 27 | + </Prerequisites> |
| 28 | + <Assets> |
| 29 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 30 | + </Assets> |
31 | 31 | </PackageManifest>
|
0 commit comments