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

Upgrade reference of SQLite SDK when installing the package #28

Closed jagui closed 10 years ago

jagui commented 10 years ago

Hi Peter, kudos for putting together the nuget package, it's simplifying my team's work a lot.

I have one suggestion for you. Do you think it might be possible to update SDK reference when installing the package?

Currently we have to manually change it, see the following diff:

-    <SDKReference Include="SQLite.WP80, Version=3.8.2">
+    <SDKReference Include="SQLite.WP80, Version=3.8.3">

Cheers, Juan

peterhuene commented 10 years ago

Is this SDKReference in the project you're referencing the sqlite-net-wp8 nuget package from? If so, is this required for you to do? It shouldn't be for building your project, at least.

jagui commented 10 years ago

you're right, that's a sqlite-net dependency.

Closing, thanks!