Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
LiteDB version updated to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falahati committed Dec 20, 2017
1 parent aa47939 commit 89b126d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LiteDBViewer/LiteDBViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<HintPath>..\packages\JsonPrettyPrinter.1.0.1.1\lib\net35\JsonPrettyPrinterPlus.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="LiteDB, Version=4.0.0.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL">
<HintPath>..\packages\LiteDB.4.0.0-beta2\lib\net40\LiteDB.dll</HintPath>
<Reference Include="LiteDB, Version=4.1.0.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL">
<HintPath>..\packages\LiteDB.4.1.0\lib\net40\LiteDB.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion LiteDBViewer/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="JsonPrettyPrinter" version="1.0.1.1" targetFramework="net40" />
<package id="LiteDB" version="4.0.0-beta2" targetFramework="net40" />
<package id="LiteDB" version="4.1.0" targetFramework="net40" />
</packages>

0 comments on commit 89b126d

Please sign in to comment.