Showing archive results for August 2018

Aug 27, 2018
Post comments count0
Post likes count0

Introducing Source Code Link for NuGet packages

Maxime Rouiller

NuGet.org now supports surfacing source code repository link for NuGet packages. This will enable package authors to surface both the project's website and the source repository using the and the properties respectively instead of having to choose between the two using just the property. The nuspec has supported the property for a while and tod...

NuGet.orgNuGetFeature Announcement
Aug 10, 2018
Post comments count0
Post likes count0

NuGet.org starts repo-signing packages

Rido

In May, we implemented Stage 1 and enabled support for any NuGet.org user to submit signed packages to NuGet.org. Today, we are announcing Stage 2 of our NuGet package signing journey - tamper proofing the entire package dependency graph. What is a Repository Signature? A repository signature is a code signing signature produced with an X.509 cer...

NuGetNuGet.orgSecurity