Project

Profile

Help

Story #8707

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/1990":https://github.com/pulp/pulpcore/issues/1990 




 ---- 


 As a user, I would love to have a pulp_nuget plugin to manage .nupkg package in pulp3.  

 It will be greatful if the plugin can support both of Nuget API v2 and v3. Although v3 is the latest API version and widely used,    there are still some popular Windows software package manager clients do not support the V3 API and only support the older V2 API, such as Chocolatey. 

 Reference: 
 1.    Nuget API v3 official: https://docs.microsoft.com/en-us/nuget/api/overview 
 2. Nuget API v2 unofficial : https://joelverhagen.github.io/NuGetUndocs/#package-entity 
 3. Chocolatey: https://docs.chocolatey.org/en-us/ 
 4. Nuget plugin planning: https://pulp.plan.io/projects/pulp/wiki/NuGet_Packages 

 

Back