Skip to content

changes to repository url #192

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 1 commit into from
Aug 22, 2018
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
1 change: 1 addition & 0 deletions src/WebApiHelpPage/VB/WebApiHelpPage.VB.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<authors>Microsoft</authors>
<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>
Expand Down
3 changes: 2 additions & 1 deletion src/WebApiHelpPage/WebApiHelpPage.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<authors>Microsoft</authors>
<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>
Expand All @@ -21,7 +22,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