Skip to content

Commit 67cb551

Browse files
CSHARP-4153: Nuget changes.
1 parent c7c1510 commit 67cb551

File tree

6 files changed

+13
-3
lines changed

6 files changed

+13
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Help
4747
src/packages
4848

4949
# Nupkg artifacts
50-
*.nupkg
50+
#*.nupkg
5151

5252
# NCrunch artifacts
5353
*.ncrunch*

NuGet.config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="LocalPackages" value="libs" />
5+
</packageSources>
6+
<activePackageSource>
7+
<!-- this tells that all of them are active -->
8+
<add key="All" value="(Aggregate source)" />
9+
</activePackageSource>
10+
</configuration>
5.78 MB
Binary file not shown.
5.81 MB
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<ItemGroup>
178178
<PackageReference Include="DnsClient" Version="1.6.0" />
179179
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.2" PrivateAssets="All" />
180-
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.3.0" />
180+
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.5.2" />
181181
<PackageReference Include="SharpCompress" Version="0.30.1" />
182182
<PackageReference Include="System.Buffers" Version="4.5.1" />
183183
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">

src/MongoDB.Driver/MongoDB.Driver.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</PropertyGroup>
4949
<ItemGroup>
5050
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.2" PrivateAssets="All" />
51-
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.3.0" />
51+
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.5.2" />
5252
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
5353
<PrivateAssets>all</PrivateAssets>
5454
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

0 commit comments

Comments
 (0)