Closed MaximRouiller closed 6 years ago
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 https://github.com/aspnet/AspNetWebStack/blob/master/Directory.Build.props
makes sense to you as to where I should add it to have it imported into everything?
@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.
Thanks @MaximRouiller
2109e7e082 takes care of this repository. Remaining work is in internal packages.
Remainder done in changeset 1728218
@dougbu Thank you so much!
cc @spboyer
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