Skip to content

Commit 193f3fb

Browse files
committed
升级版本
1 parent 2cc856f commit 193f3fb

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

EncodingNormalizerVsix/Properties/AssemblyInfo.cs

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("EncodingNormalizerVsix")]
9-
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyDescription("Encoding tool can check all files in solution and normalize the encoding")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("dotnet campus")]
1212
[assembly: AssemblyProduct("EncodingNormalizerVsix")]
13-
[assembly: AssemblyCopyright("")]
13+
[assembly: AssemblyCopyright("Copyright (c) 2020-2021 dotnet-campus")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("1.0.0.0")]
33-
[assembly: AssemblyFileVersion("1.0.0.0")]
32+
[assembly: AssemblyVersion("3.0.0.0")]
33+
[assembly: AssemblyFileVersion("3.0.0.0")]
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
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="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>
3131
</PackageManifest>

0 commit comments

Comments
 (0)