Skip to content

Commit

Permalink
C# driver 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nightroman committed May 26, 2020
1 parent 46b1f87 commit 74cc86c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Release-Notes.md
@@ -1,5 +1,9 @@
# Mdbc Release Notes

## v6.5.6

C# driver 2.10.4

## v6.5.5

C# driver 2.10.3
Expand Down
8 changes: 4 additions & 4 deletions Src/Mdbc.csproj
Expand Up @@ -16,13 +16,13 @@
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MongoDB.Bson" Version="2.10.3" />
<PackageReference Include="MongoDB.Driver" Version="2.10.3" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.10.3" />
<PackageReference Include="MongoDB.Bson" Version="2.10.4" />
<PackageReference Include="MongoDB.Driver" Version="2.10.4" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.10.4" />
</ItemGroup>
<PropertyGroup>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
Expand Down

0 comments on commit 74cc86c

Please sign in to comment.