File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/MongoDB.Driver.Tests/Packaging Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
<ItemGroup >
24
24
<PackageReference Include =" AWSSDK.SecurityToken" Version =" 3.7.100.14" />
25
25
<PackageReference Include =" DnsClient" Version =" 1.6.1" />
26
- <PackageReference Include =" MongoDB.Libmongocrypt" Version =" 1.8.0 " />
26
+ <PackageReference Include =" MongoDB.Libmongocrypt" Version =" 1.8.2 " />
27
27
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 2.0.0" />
28
28
<PackageReference Include =" SharpCompress" Version =" 0.30.1" />
29
29
<PackageReference Include =" Snappier" Version =" 1.0.0" />
Original file line number Diff line number Diff line change 14
14
</PropertyGroup >
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" MongoDB.Libmongocrypt" Version =" 1.8.0 " />
17
+ <PackageReference Include =" MongoDB.Libmongocrypt" Version =" 1.8.2 " />
18
18
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 2.0.0" />
19
19
</ItemGroup >
20
20
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public static void Libmongocrypt_library_should_provide_library_version()
38
38
{
39
39
var version = Library . Version ;
40
40
41
- version . Should ( ) . Be ( "1.8.0 " ) ;
41
+ version . Should ( ) . Be ( "1.8.4 " ) ;
42
42
}
43
43
44
44
#pragma warning disable IDE0051 // Remove unused private members
You can’t perform that action at this time.
0 commit comments