Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more info to .csproj file to improve NuGet packaging #23

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

BenSandeen
Copy link
Contributor

Some of this stuff is stuff I used to package and upload the first version of the package here: https://www.nuget.org/packages/DripDotNetSDK/

I then noticed that one of the two other versions of this package (https://www.nuget.org/packages/Leadpages.Drip.DripDotNet) has tags to improve discoverability, so I added those in addition to the things I used to upload the package to NuGet.

@BenSandeen BenSandeen requested review from jeremyhaberman, chrylarson and a team August 1, 2023 22:10
@BenSandeen BenSandeen self-assigned this Aug 1, 2023
Copy link
Contributor

@jeremyhaberman jeremyhaberman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fighting the good fight on this, @BenSandeen! 🏆

@@ -2,7 +2,12 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>DripDotNetSDK</PackageId>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to keep this name? Isn't this a .NET and SDK thing by definition?

What about just "Drip"?

Copy link
Contributor Author

@BenSandeen BenSandeen Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, you're correct.

However, according to this stack overflow answer (with no upvotes, to be fair), you cannot rename a package: https://stackoverflow.com/a/73882184/3991562

Therefore, unless there is extreme pushback either from within Drip or from our customers, I don't plan on changing this, since we've already got three packages out on NuGet.

@jeremyhaberman jeremyhaberman requested a review from a team August 1, 2023 22:26
@BenSandeen BenSandeen merged commit 6b954af into master Aug 3, 2023
@BenSandeen BenSandeen deleted the update-csproj-with-nuget-info branch August 3, 2023 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants