couchbaselabs / Couchbase.Extensions

Extensions for Couchbase for .Net Core
Apache License 2.0
27 stars 14 forks source link

NuGet package description is literally "Package Description" #72

Open mgroves opened 4 years ago

mgroves commented 4 years ago

I didn't see this anywhere in the source code, otherwise this would be a PR. But The package description for Couchbase.Extensions.DependencyInjection is literally "Package Description", as seen on nuget.org

May I suggest "A .NET Core style dependency injection framework for a Couchbase cluster and buckets. It simplifies cluster configuration, lifetime management, and bucket injection."

brantburnett commented 4 years ago

@mgroves Once the 3.0 release is out, it should fix that: https://github.com/couchbase/couchbase-net-client/blob/master/src/Couchbase.Extensions.DependencyInjection/Couchbase.Extensions.DependencyInjection.csproj#L12

Do you think we need to put out another 2.x release to fix as well?

mgroves commented 4 years ago

Could it just be edited directly on NuGet.org? It looks like it's ONLY an issue for 2.0.2. 2.0.1 has a real description. A new release wouldn't change 2.0.2's description.

brantburnett commented 4 years ago

@mgroves To my knowledge, no. The description is part of the uploaded package, and I don't think you can reupload the same version of the package.

jeffrymorris commented 4 years ago

@mgroves @brantburnett - yeah, we'll have to bump the version up.

mgroves commented 4 years ago

If that's the case, then I'd say it's low priority to cut another release just for package description. But I assume there will be at least one more 2.x release. I just submitted a PR with the description added to the csproj.