Skip to content

Commit 57216ea

Browse files
committed
Adding unique package id to VS2017 VSIX. Fixing descriptions in nuspec and vsixmanifests.
1 parent fc67a9c commit 57216ea

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

source/NsDepCop.NuGet/NsDepCop.NuGet.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<copyright>Copyright 2013-2017 Ferenc Vizkeleti</copyright>
2222
<tags>static code analysis tool C# csharp namespace dependency dependencies enforce rule</tags>
2323
<releaseNotes>
24-
New: C# 7 support.
25-
Note: if you don't need C# 7 support then use v1.6.1 which is faster.
24+
New: C# 7 support.
25+
Note: if you don't need C# 7 support then use v1.6.1 which is faster.
2626
</releaseNotes>
2727
</metadata>
2828
<files>

source/NsDepCop.VisualStudioIntegration.Vs2015/source.extension.vsixmanifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,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">
33
<Metadata>
44
<Identity Id="NsDepCop..e8ae3b7e-3cd5-40ef-92ca-b22ef9d0cc24" Version="1.7.0" Language="en-US" Publisher="Codartis" />
5-
<DisplayName>NsDepCop - Namespace dependency checker for C#</DisplayName>
6-
<Description xml:space="preserve">NsDepCop is a static code analysis tool that helps to enforce dependency rules in C# projects by highlighting disallowed type usages in the code editor. You can also use this tool in your build process by adding the NsDepCop NuGet package to your projects.</Description>
5+
<DisplayName>NsDepCop VS2015 - Code dependency checker for C#</DisplayName>
6+
<Description xml:space="preserve">Static code analysis tool that helps to enforce namespace and type dependency rules in C# projects by highlighting disallowed type usages in the code editor. You can also use this tool in your build process by adding the NsDepCop NuGet package to your projects.</Description>
77
<MoreInfo>https://github.com/realvizu/NsDepCop</MoreInfo>
88
<License>Resources\LICENSE</License>
99
<GettingStartedGuide>https://github.com/realvizu/NsDepCop#getting-started</GettingStartedGuide>

source/NsDepCop.VisualStudioIntegration.Vs2017/source.extension.vsixmanifest

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" ?>
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">
33
<Metadata>
4-
<Identity Id="NsDepCop..e8ae3b7e-3cd5-40ef-92ca-b22ef9d0cc24" Version="1.7.0" Language="en-US" Publisher="Codartis" />
5-
<DisplayName>NsDepCop - Namespace dependency checker for C#</DisplayName>
6-
<Description xml:space="preserve">NsDepCop is a static code analysis tool that helps to enforce dependency rules in C# projects by highlighting disallowed type usages in the code editor. You can also use this tool in your build process by adding the NsDepCop NuGet package to your projects.</Description>
4+
<Identity Id="092ebf8a-d116-4b7f-a200-b49159a7e4d1" Version="1.7.0" Language="en-US" Publisher="Codartis" />
5+
<DisplayName>NsDepCop VS2017 - Code dependency checker for C#</DisplayName>
6+
<Description xml:space="preserve">Static code analysis tool that helps to enforce namespace and type dependency rules in C# projects by highlighting disallowed type usages in the code editor. You can also use this tool in your build process by adding the NsDepCop NuGet package to your projects.</Description>
77
<MoreInfo>https://github.com/realvizu/NsDepCop</MoreInfo>
88
<License>Resources\LICENSE</License>
99
<GettingStartedGuide>https://github.com/realvizu/NsDepCop#getting-started</GettingStartedGuide>

0 commit comments

Comments
 (0)