Showing results for August 2018 - The NuGet Blog

Aug 27, 2018
0
0

Introducing Source Code Link for NuGet packages

Maxime Rouiller
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.orgFeature Announcement
Aug 10, 2018
0
0

NuGet.org starts repo-signing packages

Rido
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...

NuGet.orgSecurity