Skip to content

Commit

Permalink
Merge pull request #7 from ShawnLaMountain/main
Browse files Browse the repository at this point in the history
SQLite Blob fields are now supported by using byte[]
  • Loading branch information
ShawnLaMountain authored Aug 26, 2022
2 parents eec97c2 + 535d617 commit d9b4494
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 d9b4494

Please sign in to comment.