NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
1.55k
stars
641
forks
source link
Improve API key v4 implementation based on internal feedback #10234
Closed
joelverhagen closed 1 month ago
Address https://github.com/NuGet/Engineering/issues/5678.
This is a non-breaking change.
Summary of changes:
ApiKeyV4
ToUpperInvariant
instead ofToUpper
(no need to be culture specific)Guid.NewGuid()
.