Pathoschild / FluentHttpClient

A modern async HTTP client for REST APIs. Its fluent interface lets you send an HTTP request and parse the response in one go.
MIT License
342 stars 52 forks source link

Change package ID? #87

Closed Pathoschild closed 2 years ago

Pathoschild commented 5 years ago

Consider changing the package ID in a future version to match the library name (from Pathoschild.Http.FluentClient to Pathoschild.FluentHttpClient).

Pathoschild commented 5 years ago

Background

FluentHttpClient is the top Google result for "FluentHttpClient", but it's way down the list in the Visual Studio package manager (which mainly searches the package ID):

image

It's near the top for "FluentClient" though, since that's in the ID (no idea why a package with 73 downloads is first):

Pros & cons

Ideally NuGet would support renaming a package, but that seems unlikely since they've closed all previous proposals to implement it. We might have package deprecation soon though.

Huntk23 commented 2 years ago

Perhaps this is no longer a problem? When I search FluentHttpClient it is 3rd in my list.

image

Pathoschild commented 2 years ago

Yeah, and it doesn't seem like we'll ever have a good way to change NuGet package IDs, so I think we can close this.