Skip to content

Commit 2109e7e

Browse files
authored
Merge pull request #192 from MaximRouiller/repositoryurl
changes to repository url, see issue #190
2 parents 8044f4e + 9133fbd commit 2109e7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/WebApiHelpPage/VB/WebApiHelpPage.VB.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>
99
<projectUrl>http://www.asp.net/web-api</projectUrl>
10+
<repository type="git" url="https://github.com/aspnet/AspNetWebStack"/>
1011
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1112
<licenseUrl>http://www.microsoft.com/web/webpi/eula/mvc4extensions_prerelease_eula.htm</licenseUrl>
1213
<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>

src/WebApiHelpPage/WebApiHelpPage.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>
99
<projectUrl>http://www.asp.net/web-api</projectUrl>
10+
<repository type="git" url="https://github.com/aspnet/AspNetWebStack"/>
1011
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1112
<licenseUrl>http://www.microsoft.com/web/webpi/eula/mvc4extensions_prerelease_eula.htm</licenseUrl>
1213
<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>
@@ -21,7 +22,7 @@
2122
<frameworkAssembly assemblyName="System.ComponentModel.DataAnnotations" />
2223
</frameworkAssemblies>
2324
<language>en-US</language>
24-
<tags>Microsoft AspNet WebApi AspNetWebApi HelpPage</tags>
25+
<tags>Microsoft AspNet WebApi AspNetWebApi HelpPage</tags>
2526
</metadata>
2627
<files>
2728
<file src="Areas\HelpPage\App_Start\HelpPageConfig.cs.pp" target="content\Areas\HelpPage\App_Start\HelpPageConfig.cs.pp" />

0 commit comments

Comments
 (0)