mvvmcross.plugin.sqlitepcl
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -1,1 +0,1 @@ | ||
| <?xml version="1.0" encoding="utf-8"?><Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types"><Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml" /><Default Extension="nuspec" ContentType="application/octet" /><Default Extension="dll" ContentType="application/octet" /><Default Extension="pp" ContentType="application/octet" /><Default Extension="mdb" ContentType="application/octet" /><Default Extension="psmdcp" ContentType="application/vnd.openxmlformats-package.core-properties+xml" /></Types> | ||
| <?xml version="1.0" encoding="utf-8"?><Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types"><Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml" /><Default Extension="nuspec" ContentType="application/octet" /><Default Extension="dll" ContentType="application/octet" /><Default Extension="pp" ContentType="application/octet" /><Default Extension="psmdcp" ContentType="application/vnd.openxmlformats-package.core-properties+xml" /></Types> |
@@ -5,6 +5,6 @@ <?xml version="1.0"?> | ||
| <id>MvvmCross.Plugin.SQLitePCL</id> | ||
| <version>4.2.3</version> | ||
| <version>4.3.3</version> | ||
| <title>MvvmCross - Sqlite PCL Plugin</title> | ||
| <authors>MvvmCross</authors> | ||
| <owners>Stuart Lodge, Benedikt Neuhold</owners> | ||
| <authors>Stuart Lodge, Benedikt Neuhold, Tomasz Cielecki</authors> | ||
| <owners>MvvmCross</owners> | ||
| <licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl> | ||
@@ -21,51 +21,35 @@ <projectUrl>https://github.com/MvvmCross/MvvmCross-Plugins</projectUrl> | ||
| <dependency id="MvvmCross.Platform" version="4.2.3" /> | ||
| <dependency id="SQLite.Net.Async-PCL" version="3.1.1" /> | ||
| <dependency id="SQLite.Net-PCL" version="3.1.1" /> | ||
| <dependency id="sqlite-net-pcl" version="1.1.2" /> | ||
| </group> | ||
| <group targetFramework="Windows0.0"> | ||
| <dependency id="MvvmCross.Platform" version="4.2.3" /> | ||
| <dependency id="SQLite.Net.Async-PCL" version="3.1.1" /> | ||
| <dependency id="SQLite.Net-PCL" version="3.1.1" /> | ||
| <dependency id="sqlite-net-pcl" version="1.1.2" /> | ||
| </group> | ||
| <group targetFramework="WindowsPhone0.0"> | ||
| <dependency id="MvvmCross.Platform" version="4.2.3" /> | ||
| <dependency id="SQLite.Net.Async-PCL" version="3.1.1" /> | ||
| <dependency id="SQLite.Net-PCL" version="3.1.1" /> | ||
| </group> | ||
| <group targetFramework="WindowsPhoneApp0.0"> | ||
| <dependency id="MvvmCross.Platform" version="4.2.3" /> | ||
| <dependency id="SQLite.Net.Async-PCL" version="3.1.1" /> | ||
| <dependency id="SQLite.Net-PCL" version="3.1.1" /> | ||
| <dependency id="sqlite-net-pcl" version="1.1.2" /> | ||
| </group> | ||
| <group targetFramework="MonoAndroid0.0"> | ||
| <dependency id="MvvmCross.Platform" version="4.2.3" /> | ||
| <dependency id="SQLite.Net.Async-PCL" version="3.1.1" /> | ||
| <dependency id="SQLite.Net-PCL" version="3.1.1" /> | ||
| <dependency id="sqlite-net-pcl" version="1.1.2" /> | ||
| </group> | ||
| <group targetFramework="Xamarin.Mac2.0"> | ||
| <dependency id="MvvmCross.Platform" version="4.2.3" /> | ||
| <dependency id="SQLite.Net.Async-PCL" version="3.1.1" /> | ||
| <dependency id="SQLite.Net-PCL" version="3.1.1" /> | ||
| <dependency id="sqlite-net-pcl" version="1.1.2" /> | ||
| </group> | ||
| <group targetFramework="Xamarin.iOS1.0"> | ||
| <dependency id="MvvmCross.Platform" version="4.2.3" /> | ||
| <dependency id="SQLite.Net.Async-PCL" version="3.1.1" /> | ||
| <dependency id="SQLite.Net-PCL" version="3.1.1" /> | ||
| <dependency id="sqlite-net-pcl" version="1.1.2" /> | ||
| </group> | ||
| <group targetFramework=".NETPortable0.0-net45+win8+wpa81+wp8"> | ||
| <dependency id="MvvmCross.Platform" version="4.2.3" /> | ||
| <dependency id="SQLite.Net.Async-PCL" version="3.1.1" /> | ||
| <dependency id="SQLite.Net-PCL" version="3.1.1" /> | ||
| <dependency id="sqlite-net-pcl" version="1.1.2" /> | ||
| </group> | ||
| <group targetFramework="UAP0.0"> | ||
| <dependency id="MvvmCross.Platform" version="4.2.3" /> | ||
| <dependency id="SQLite.Net.Async-PCL" version="3.1.1" /> | ||
| <dependency id="SQLite.Net.Core-PCL" version="3.1.1" /> | ||
| <dependency id="SQLite.Net-PCL" version="3.1.1" /> | ||
| <dependency id="sqlite-net-pcl" version="1.1.2" /> | ||
| </group> | ||
| <group targetFramework=".NETPlatform5.0"> | ||
| <dependency id="MvvmCross.Platform" version="4.2.3" /> | ||
| <dependency id="SQLite.Net.Async-PCL" version="3.1.1" /> | ||
| <dependency id="SQLite.Net.Core-PCL" version="3.1.1" /> | ||
| <dependency id="SQLite.Net-PCL" version="3.1.1" /> | ||
| <dependency id="sqlite-net-pcl" version="1.1.2" /> | ||
| </group> | ||
@@ -72,0 +56,0 @@ </dependencies> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet