brianchance / MvvmCross-UserInteraction

MvvmCross plugin for interacting with the user from a view model
MIT License
43 stars 44 forks source link

nuget packaging script #1

Closed slodge closed 10 years ago

slodge commented 10 years ago

I know from your readme that you were hoping to do this yourself.... but I hope you don't mind me doing it...

To get this working you need to build all - use the batch build menu in VS - then pack.bat and then push.bat

To push you need your API key setup from nuget.org NuGet SetApiKey Your-API-Key from http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package

(boring legal bit): this submission sent under the a very permissive license - happy for you to use it (or not) - no attribution expected - and happy for you to relicense it!

brianchance commented 10 years ago

Thanks Stuart. I am stuck on XS right now, will look at getting it working there.

brianchance commented 10 years ago

Published to nuget. Thank you so much for the help with the scripts, made it painless.