-
Notifications
You must be signed in to change notification settings - Fork 1.3k
CSHARP-4153: Add FLE 2 API to AutoEncryptionOpts. #793
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
Conversation
.gitignore
Outdated
@@ -47,7 +47,7 @@ Help | |||
src/packages | |||
|
|||
# Nupkg artifacts | |||
*.nupkg | |||
#*.nupkg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will be reverted
NuGet.config
Outdated
@@ -0,0 +1,10 @@ | |||
<?xml version="1.0" encoding="utf-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will be reverted
@@ -177,7 +177,7 @@ | |||
<ItemGroup> | |||
<PackageReference Include="DnsClient" Version="1.6.0" /> | |||
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.2" PrivateAssets="All" /> | |||
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.3.0" /> | |||
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.5.2" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
final version will be 1.5.0
dec8330
to
1b0fc03
Compare
1b0fc03
to
959d021
Compare
CSHARP-4162: Driver Changes for Shared Library
…ator and partialFilterExpression.
CSHARP-4190: Rename csfle shared library references
CSHARP-4157: Add FLE 2 API to ClientEncryptionOpts.
No description provided.