Skip to content

Commit

Permalink
C# driver 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nightroman committed Mar 4, 2023
1 parent a367f57 commit 86b3ec4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Release-Notes.md
@@ -1,6 +1,10 @@
# Mdbc Release Notes
[C# driver releases]: https://github.com/mongodb/mongo-csharp-driver/releases

## v6.6.4

C# driver 2.19.0

## v6.6.3

Add `Settings` and `Url` to `Connect-Mdbc`.
Expand Down
6 changes: 3 additions & 3 deletions Src/Mdbc.csproj
Expand Up @@ -17,8 +17,8 @@
<PackageReference Include="PowerShellStandard.Library" Version="5.1.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MongoDB.Bson" Version="2.18.0" />
<PackageReference Include="MongoDB.Driver" Version="2.18.0" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.18.0" />
<PackageReference Include="MongoDB.Bson" Version="2.19.0" />
<PackageReference Include="MongoDB.Driver" Version="2.19.0" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.19.0" />
</ItemGroup>
</Project>

0 comments on commit 86b3ec4

Please sign in to comment.