Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Libraries and Update Readme #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Mongodb.LINQPadDriver/MongoDB.LINQPadDriver.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
<UseWpf>true</UseWpf>
Expand All @@ -15,11 +15,11 @@
<Description>MongoDB LINQPad driver</Description>
<Title>MongoDB LINQPad driver</Title>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>1.0.8</Version>
<Version>1.0.9</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LINQPad.Reference" Version="1.1.0" />
<PackageReference Include="MongoDB.Driver" Version="2.9.3" />
<PackageReference Include="LINQPad.Reference" Version="1.3.0" />
<PackageReference Include="MongoDB.Driver" Version="2.18.0" />
</ItemGroup>
<ItemGroup>
<None Update="ConnectionDialog.xaml">
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ Setup connection

**Note**
> The collection type will be exposed as ```IMongoCollection<BsonDocument>``` if no type named as collection name had been found in the assembly.
> The Collection has to start with Upper Case