SimpleBrowserDotNet / SimpleBrowser.WebDriver

A webdriver for SimpleBrowser
Apache License 2.0
43 stars 16 forks source link

Make a NuGet package #3

Closed spoike closed 12 years ago

spoike commented 12 years ago

Just a friendly reminder to make this project into a NuGet package and get it published into the official NuGet feed.

It would be easier to do so when SimpleBrowser is published on the official feed.

spoike commented 12 years ago

I could do this for you if you'd like (unless you've started doing this already). The things that need to be done is the following:

  1. Create a package file
  2. Unload the SimpleBrowser project and add it as a package reference
  3. Enable package restore as a build step
Teun commented 12 years ago

Yes, I know. I first want to make a stable version of SimpleBrowser (the problem you reported on the tests in SimpleBrowser.WebDriver are related to a breaking change in SimpleBrowser I inadvertedly made). Then I'll publish SimpleBrowser, then add the dependency to it as a nuget reference. Then I''l wrap up the driver in a package. I get to work on this only every now and then, so please be patient.

spoike commented 12 years ago

I refactored the project a bit so I could have it on a local nuget feed. And it got into the pull request, sorry about that. :-)

Teun commented 12 years ago

I decided not to merge your work, but recreate it from scratch. I ended up doing more or less the same thing you did, but I wanted to learn more about nuget along the way. Have enabled Package Restore and not commited the packages.