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

Commit

Permalink
Merge pull request #8 from krs500/master
Browse files Browse the repository at this point in the history
LiteDB updated to 2.0.4 + Added draggable splitter for collections/results
  • Loading branch information
falahati authored Feb 24, 2017
2 parents 4093a21 + 82a1ded commit 9f547d5
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 25 deletions.
8 changes: 5 additions & 3 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=2.0.1.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL">
<HintPath>..\packages\LiteDB.2.0.1\lib\net35\LiteDB.dll</HintPath>
<Reference Include="LiteDB, Version=2.0.4.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL">
<HintPath>..\packages\LiteDB.2.0.4\lib\net35\LiteDB.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -127,7 +127,9 @@
<EmbeddedResource Include="StringViewForm.resx">
<DependentUpon>StringViewForm.cs</DependentUpon>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
75 changes: 54 additions & 21 deletions LiteDBViewer/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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="2.0.1" targetFramework="net40" />
<package id="LiteDB" version="2.0.4" targetFramework="net40" />
</packages>

0 comments on commit 9f547d5

Please sign in to comment.