From 0877f82c90f48a490328fa739c287cbb92dffef1 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Mon, 7 Jan 2019 08:22:42 -0600 Subject: [PATCH] Switch from licenseUrl to license in nuspec Fixes warning NU5125 on build. --- .../PublicApiAnalyzer.Metadata.nuspec | 2 +- .../PublicApiAnalyzer.CodeFixes/PublicApiAnalyzer.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PublicApiAnalyzer/PublicApiAnalyzer.CodeFixes/PublicApiAnalyzer.Metadata.nuspec b/PublicApiAnalyzer/PublicApiAnalyzer.CodeFixes/PublicApiAnalyzer.Metadata.nuspec index d9daa00..51c9bb3 100644 --- a/PublicApiAnalyzer/PublicApiAnalyzer.CodeFixes/PublicApiAnalyzer.Metadata.nuspec +++ b/PublicApiAnalyzer/PublicApiAnalyzer.CodeFixes/PublicApiAnalyzer.Metadata.nuspec @@ -6,7 +6,7 @@ $id$ Sam Harwell et. al. Sam Harwell - https://raw.githubusercontent.com/DotNetAnalyzers/PublicApiAnalyzer/$GitCommitIdShort$/LICENSE + Apache-2.0 https://github.com/DotNetAnalyzers/PublicApiAnalyzer false An analyzer for packages with public APIs. diff --git a/PublicApiAnalyzer/PublicApiAnalyzer.CodeFixes/PublicApiAnalyzer.nuspec b/PublicApiAnalyzer/PublicApiAnalyzer.CodeFixes/PublicApiAnalyzer.nuspec index e33c662..749c708 100644 --- a/PublicApiAnalyzer/PublicApiAnalyzer.CodeFixes/PublicApiAnalyzer.nuspec +++ b/PublicApiAnalyzer/PublicApiAnalyzer.CodeFixes/PublicApiAnalyzer.nuspec @@ -6,7 +6,7 @@ $id$ Sam Harwell et. al. Sam Harwell - https://raw.githubusercontent.com/DotNetAnalyzers/PublicApiAnalyzer/$version$/LICENSE + Apache-2.0 https://github.com/DotNetAnalyzers/PublicApiAnalyzer false An analyzer for packages with public APIs.