MyGet / webhooks-sign-package

Library and web project that can sign NuGet packages, for example triggered by MyGet Webhooks
Apache License 2.0
11 stars 12 forks source link

Have PackageSigner update dependencies to use signed version #3

Open wilka opened 9 years ago

wilka commented 9 years ago

I'm trying to use Signature.Core.PackageSigner to produce a strong name version of ReactiveUI, however when I produce the reactiveui.Signed package, it still depends on the unsigned reactiveui-core.

I'd like to be able to update the package dependencies so that it also depends on the signed version (in this case reactiveui-core.signed)

maartenba commented 9 years ago

That's currently not built in, however should be relatively easy to do by editing the .nuspec file in the package.