Users using the API should have greater control over the user agent string #7464
Labels
Category:Quality Week
Issues that should be considered for quality week
Functionality:SDK
The NuGet client packages published to nuget.org
Priority:3
Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.
Type:DCR
Design Change Request
Milestone
I am currently working on NuGet/NuGetGallery#6584
Right now, if I'd like to set the user agent used by the NuGet Client API, I have to use
UserAgent
andUserAgentStringBuilder
, which gives me very little control.UserAgentStringBuilder
allows me to set the client name, but it doesn't let me set the version, and appends the current API version to it.The text was updated successfully, but these errors were encountered: