Skip to content

Commit

Permalink
SQLite Blob fields are now supported by using byte[]
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnLaMountain committed Aug 26, 2022
1 parent 7430f8b commit 535d617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ThunderDesign.Net-PCL.ToolBox" Version="1.0.0" />
<PackageReference Include="ThunderDesign.Net-PCL.ToolBox" Version="1.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="sqlite-net-pcl" Version="1.8.116" />
<PackageReference Include="ThunderDesign.Net-PCL.Threading" Version="1.0.6" />
<PackageReference Include="ThunderDesign.Net-PCL.ToolBox" Version="1.0.2" />
<PackageReference Include="ThunderDesign.Net-PCL.ToolBox" Version="1.0.4" />
</ItemGroup>

</Project>

0 comments on commit 535d617

Please sign in to comment.