Skip to content

Remove deprecated <licenseUrl /> element #315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/WebApiHelpPage/VB/WebApiHelpPage.VB.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<owners>Microsoft</owners>
<projectUrl>http://www.asp.net/web-api</projectUrl>
<repository type="git" url="https://github.com/aspnet/AspNetWebStack"/>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/mvc4extensions_prerelease_eula.htm</licenseUrl>
<description>The ASP.NET Web API Help Page automatically generates help page content for the web APIs on your site. Visitors to your help page can use this content to learn how to call your web APIs. Everything generated by the help page is fully customizable using ASP.NET MVC and Razor. ASP.NET Web API Help Page is a great addition to any ASP.NET Web API project.</description>
<summary>The ASP.NET Web API Help Page automatically generates help page content for the web APIs on your site.</summary>
<dependencies>
Expand Down
2 changes: 0 additions & 2 deletions src/WebApiHelpPage/VB/WebApiHelpPageVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
<RunCodeAnalysis>$(CodeAnalysis)</RunCodeAnalysis>
<CodeAnalysisRuleSet>..\..\Strict.ruleset</CodeAnalysisRuleSet>
<MyType>Windows</MyType>
<!-- Ignore warning about deprecated <licenseUrl> in the .nuspec. -->
<NoWarn Condition=" '$(MSBuildRuntimeType)' == 'core' ">$(NoWarn);NU5125</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DefineDebug>true</DefineDebug>
Expand Down
2 changes: 0 additions & 2 deletions src/WebApiHelpPage/WebApiHelpPage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
<CodeAnalysisRuleSet>..\Strict.ruleset</CodeAnalysisRuleSet>
<DefineConstants>$(DefineConstants);ASPNETMVC</DefineConstants>
<NoWarn>1591</NoWarn>
<!-- Ignore warning about deprecated <licenseUrl> in the .nuspec. -->
<NoWarn Condition=" '$(MSBuildRuntimeType)' == 'core' ">$(NoWarn);NU5125</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
Expand Down
4 changes: 1 addition & 3 deletions src/WebApiHelpPage/WebApiHelpPage.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<owners>Microsoft</owners>
<projectUrl>http://www.asp.net/web-api</projectUrl>
<repository type="git" url="https://github.com/aspnet/AspNetWebStack"/>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/mvc4extensions_prerelease_eula.htm</licenseUrl>
<description>The ASP.NET Web API Help Page automatically generates help page content for the web APIs on your site. Visitors to your help page can use this content to learn how to call your web APIs. Everything generated by the help page is fully customizable using ASP.NET MVC and Razor. ASP.NET Web API Help Page is a great addition to any ASP.NET Web API project.</description>
<summary>The ASP.NET Web API Help Page automatically generates help page content for the web APIs on your site.</summary>
<dependencies>
Expand All @@ -22,7 +20,7 @@
<frameworkAssembly assemblyName="System.ComponentModel.DataAnnotations" />
</frameworkAssemblies>
<language>en-US</language>
<tags>Microsoft AspNet WebApi AspNetWebApi HelpPage</tags>
<tags>Microsoft AspNet WebApi AspNetWebApi HelpPage</tags>
</metadata>
<files>
<file src="Areas\HelpPage\App_Start\HelpPageConfig.cs.pp" target="content\Areas\HelpPage\App_Start\HelpPageConfig.cs.pp" />
Expand Down