-
Notifications
You must be signed in to change notification settings - Fork 353
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
NuGet Package : Add repository
metadata.
#190
Comments
cc @Eilon - we do this already on ASP.NET Core packages. I think it's worth adding to older nuspec's. No need to trigger a new release for this, but next time there is a release, it would be good to have this in the package metadata. |
Yeah I'm fine with that. |
@natemcmaster are you doing the PR or should I? |
Feel free to send a PR. @Eilon who services this repo and could help bring in the change? |
@natemcmaster @Eilon does |
@mkArtakMSFT runs this repo, and @dougbu is the main expert. |
Feel free to send a PR to change src/WebApiHelpPage/WebApiHelpPage.nuspec and src/WebApiHelpPage/VB/WebApiHelpPage.VB.nuspec. We appreciate the help. We'll handle the remaining packaging which is in an internal repository. |
@dougbu whenever you're ready. |
changes to repository url, see issue #190
Thanks @MaximRouiller |
2109e7e takes care of this repository. Remaining work is in internal packages. |
Remainder done in changeset 1728218 |
Basically, we can now add a repository metadata on a nuspec file to allow the repository to be surfaced on NuGet. This allows you to have a
projectUrl
as well a repository URL now.I've talked about it on Twitter but the most basic things to know is here:
NuSpec Reference
Reference Implementation in Json .NET
The text was updated successfully, but these errors were encountered: