Skip to content

Commit

Permalink
build(deps): bump SQLitePCLRaw.bundle_e_sqlite3 from 2.0.0 to 2.0.1 (#…
Browse files Browse the repository at this point in the history
…505)

Bumps [SQLitePCLRaw.bundle_e_sqlite3](https://github.com/ericsink/SQLitePCL.raw) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases)
- [Commits](https://github.com/ericsink/SQLitePCL.raw/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and glennawatson committed Sep 6, 2019
1 parent f20f98e commit 3e447ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Akavache.Tests/Akavache.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="ReactiveUI.Testing" Version="9.*" />
<PackageReference Include="Splat" Version="8.*" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.0" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.1" />
<PackageReference Include="Shouldly" Version="4.0.0-beta0002" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Akavache/Akavache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</Target>

<ItemGroup>
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.0" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.0.1" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin')) ">
Expand Down

0 comments on commit 3e447ca

Please sign in to comment.