jpoehls / dotnetmigrations

DotNetMigrations is a database migration framework that assists in managing and versioning database changes. It was originally designed as a straight port of the rails functionality located in the Ruby on Rails framework; however, has recently moved into a more open framework thanks to the power of the Managed Extensibility Framework.
Other
36 stars 10 forks source link

Publish to NuGet #20

Closed darrencauthon closed 13 years ago

darrencauthon commented 13 years ago

Hi Joshua. It took a bit of time to get to this, but here's the NuGet stuff I offered on Twitter.

I created a NuGetIntegration project with an after-build event that copies the necessary files and runs the NuGet packaging. I was able to install the NuGet package locally and use the db.exe in another project.

So this should at least get you going.

jpoehls commented 13 years ago

Finally got this done! DotNetMigrations v0.84 is on NuGet now. I am sorry it took me so long to get back to this but thanks for the work you did, it gave me a great start!

darrencauthon commented 13 years ago

Thanks Josh! I'm glad it was useful. :)