SQLiteAppTools by Lachlan Gordon

<PackageReference Include="SQLiteAppTools" Version="0.1.1-pre" />

 SQLiteAppTools 0.1.1-pre

SQLite App Tools lets you look inside the database inside your Xamarin Forms app to inspect and debug the contents. There's no need to dig through folders deeply buried in macOS with GUIDs for names or use the command line to dig around in Android. Just a nuget with a GUI right in your app.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>SQLiteAppTools</id>
    <version>0.1.1-pre</version>
    <authors>Lachlan Gordon</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/lachlanwgordon/SQLiteAppTools</projectUrl>
    <description>SQLite App Tools lets you look inside the database inside your Xamarin Forms app to inspect and debug the contents. There's no need to dig through folders deeply buried in macOS with GUIDs for names or use the command line to dig around in Android. Just a nuget with a GUI right in your app.</description>
    <repository url="https://github.com/lachlanwgordon/SQLiteAppTools" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Xamarin.Forms" version="4.7.0.968" exclude="Build,Analyzers" />
        <dependency id="sqlite-net-pcl" version="1.6.292" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>