1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
- <metadata>
- <id>sqlite-net-pcl</id>
- <version>1.7.335</version>
- <authors>SQLite-net</authors>
- <owners>SQLite-net</owners>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <license type="file">LICENSE.txt</license>
- <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
- <projectUrl>https://github.com/praeclarum/sqlite-net</projectUrl>
- <iconUrl>https://raw.githubusercontent.com/praeclarum/sqlite-net/master/nuget/Logo-low.png</iconUrl>
- <description>SQLite-net is an open source and light weight library providing easy SQLite database storage for .NET, Mono, and Xamarin applications.
- This version uses SQLitePCLRaw to provide platform independent versions of SQLite.</description>
- <tags>sqlite-net sqlite database orm</tags>
- <repository url="https://github.com/praeclarum/sqlite-net.git" />
- <dependencies>
- <group targetFramework=".NETStandard2.0">
- <dependency id="SQLitePCLRaw.bundle_green" version="2.0.3" exclude="Build,Analyzers" />
- </group>
- </dependencies>
- </metadata>
- </package>
|