peterhuene / sqlite-net-wp8

A C++/CX wrapper for SQLite functions that sqlite-net depends on. Can be used as an alternative to csharp-sqlite on Windows Phone 8. This library is released under the MIT license.
MIT License
74 stars 65 forks source link

NuGet package for WP8 projects targetting x86/ARM can now be built with MSBuild #27

Closed jaccus closed 10 years ago

jaccus commented 10 years ago

To build and publish package to a given NuGet repo:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe sqlite-net-wp8.msbuild /property:NuGetServerApiKey= /property:NuGetServerAddress=

peterhuene commented 10 years ago

Thanks for this. I'll use it to publish a package soon.

jaccus commented 10 years ago

Welcome. Hope it helps.