Skip to content

Commit d272154

Browse files
authored
CSHARP-5328: Move AutoEncryptionOptions to Driver namespace (#1496)
1 parent a625069 commit d272154

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MongoDB.Driver/Encryption/AutoEncryptionOptions.cs renamed to src/MongoDB.Driver/AutoEncryptionOptions.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
using MongoDB.Driver.Core;
2222
using MongoDB.Driver.Core.Configuration;
2323
using MongoDB.Driver.Core.Misc;
24+
using MongoDB.Driver.Encryption;
2425
using MongoDB.Shared;
2526

26-
namespace MongoDB.Driver.Encryption
27+
namespace MongoDB.Driver
2728
{
2829
/// <summary>
2930
/// Auto encryption options.

0 commit comments

Comments
 (0)