evanwon / WPFCustomMessageBox

A WPF clone of the native Windows/.NET MessageBox with extra features like custom button text.
122 stars 63 forks source link

Added NuGet package and adjusted TODO accordingly #10

Closed wonea closed 9 years ago

wonea commented 9 years ago

Created the NuGet package taking in all the details and dependencies I could find.

evanwon commented 9 years ago

You are awesome, thank you for contributing!

Typically, I prefer to add only the .nuspec XML configuration file into source control rather than the compiled .nupkg binary, as source control has no ability to "see" into the .nupkg file. (I know that the .nupkg file can be opened with NuGet Package Explorer, but git unfortunately sees it as arbitrary binary data).

Would you be willing to commit the .nuspec file instead?

wonea commented 9 years ago

No problem, I've made a few revisions. Removed the binary, and made a couple of changes to the build.

evanwon commented 9 years ago

:+1: Thank you!

evanwon commented 9 years ago

NuGet package now published: https://www.nuget.org/packages/WPFCustomMessageBox/