Skip to content

Commit 26c194f

Browse files
committed
Use the same release notes tag for implementation and metadata packages
1 parent 059d451 commit 26c194f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DocumentationAnalyzers/DocumentationAnalyzers.CodeFixes/DocumentationAnalyzers.CodeFixes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<ImplementationNuspecVersion Condition="'$(PrereleaseVersion)' != ''">$(NuspecUnstableVersion)</ImplementationNuspecVersion>
7373
<ImplementationNuspecVersion Condition="'$(PrereleaseVersion)' == ''">$(NuspecStableVersion)</ImplementationNuspecVersion>
7474

75-
<NuspecProperties>id=$(NuspecId);configuration=$(Configuration);GitCommitIdShort=$(GitCommitIdShort);version=$(NuspecVersion);implId=$(ImplementationNuspecId);implVersion=$(ImplementationNuspecVersion)</NuspecProperties>
75+
<NuspecProperties>id=$(NuspecId);configuration=$(Configuration);GitCommitIdShort=$(GitCommitIdShort);version=$(NuspecVersion);tag=$(NuspecStableVersion);implId=$(ImplementationNuspecId);implVersion=$(ImplementationNuspecVersion)</NuspecProperties>
7676
</PropertyGroup>
7777
</Target>
7878

DocumentationAnalyzers/DocumentationAnalyzers.CodeFixes/DocumentationAnalyzers.Metadata.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<projectUrl>https://github.com/DotNetAnalyzers/DocumentationAnalyzers</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>An implementation of .NET documentation rules using Roslyn analyzers and code fixes</description>
13-
<releaseNotes>https://github.com/DotNetAnalyzers/DocumentationAnalyzers/releases/$version$</releaseNotes>
13+
<releaseNotes>https://github.com/DotNetAnalyzers/DocumentationAnalyzers/releases/$tag$</releaseNotes>
1414
<copyright>Copyright 2018 Tunnel Vision Laboratories, LLC</copyright>
1515
<tags>Documentation DotNetAnalyzers Roslyn Diagnostic Analyzer</tags>
1616
<developmentDependency>true</developmentDependency>

DocumentationAnalyzers/DocumentationAnalyzers.CodeFixes/DocumentationAnalyzers.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<projectUrl>https://github.com/DotNetAnalyzers/DocumentationAnalyzers</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>An implementation of .NET documentation rules using Roslyn analyzers and code fixes</description>
13-
<releaseNotes>https://github.com/DotNetAnalyzers/DocumentationAnalyzers/releases/$version$</releaseNotes>
13+
<releaseNotes>https://github.com/DotNetAnalyzers/DocumentationAnalyzers/releases/$tag$</releaseNotes>
1414
<copyright>Copyright 2018 Tunnel Vision Laboratories, LLC</copyright>
1515
<tags>Documentation DotNetAnalyzers Roslyn Diagnostic Analyzer</tags>
1616
<developmentDependency>true</developmentDependency>

0 commit comments

Comments
 (0)