Skip to content

Commit 434ffb3

Browse files
committed
CSHARP-2854: Update MongoDB.Libmongocrypt to 1.0.0
1 parent c1a066e commit 434ffb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MongoDB.Driver.Core/MongoDB.Driver.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<ItemGroup>
4646
<PackageReference Include="DnsClient" Version="1.2.0" />
4747
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.2" PrivateAssets="All" />
48-
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.0.0-beta03" />
48+
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.0.0" />
4949
<PackageReference Include="SharpCompress" Version="0.23.0" />
5050
</ItemGroup>
5151

src/MongoDB.Driver/MongoDB.Driver.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</PropertyGroup>
4343
<ItemGroup>
4444
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.2" PrivateAssets="All" />
45-
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.0.0-beta03" />
45+
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.0.0" />
4646
</ItemGroup>
4747

4848
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.5'">

0 commit comments

Comments
 (0)