Skip to content

Commit 765c548

Browse files
Bump Couchbase.Extensions.DependencyInjection and CouchbaseNetClient (#111)
Bumps [Couchbase.Extensions.DependencyInjection](https://github.com/couchbase/couchbase-net-client) and [CouchbaseNetClient](https://github.com/couchbase/couchbase-net-client). These dependencies needed to be updated together. Updates `Couchbase.Extensions.DependencyInjection` from 3.5.1 to 3.6.1 - [Commits](couchbase/couchbase-net-client@3.5.1...3.6.1) Updates `CouchbaseNetClient` from 3.5.1 to 3.6.1 - [Commits](couchbase/couchbase-net-client@3.5.1...3.6.1) --- updated-dependencies: - dependency-name: Couchbase.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: CouchbaseNetClient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dhiraj Kumar Azad <130559389+azaddhirajkumar@users.noreply.github.com>
1 parent 21ac580 commit 765c548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Org.Quickstart.API/Org.Quickstart.API.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<PackageReference Include="Couchbase.Transactions" Version="3.5.1" />
1414
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
1515
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
16+
<PackageReference Include="CouchbaseNetClient" Version="3.6.1" />
17+
<PackageReference Include="Couchbase.Extensions.DependencyInjection" Version="3.6.1" />
1618
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.8.1" />
17-
<PackageReference Include="CouchbaseNetClient" Version="3.5.1" />
18-
<PackageReference Include="Couchbase.Extensions.DependencyInjection" Version="3.5.1" />
1919
</ItemGroup>
2020
</Project>

0 commit comments

Comments
 (0)