Skip to content

Commit cb1757a

Browse files
Bump Couchbase.Extensions.DependencyInjection and CouchbaseNetClient (#102)
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.4.13 to 3.5.1 - [Commits](couchbase/couchbase-net-client@3.4.13...3.5.1) Updates `CouchbaseNetClient` from 3.5.0 to 3.5.1 - [Commits](couchbase/couchbase-net-client@3.5.0...3.5.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-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: azaddhirajkumar <130559389+azaddhirajkumar@users.noreply.github.com>
1 parent c680370 commit cb1757a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
1616
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.5.0" />
1717
<PackageReference Include="CouchbaseNetClient" Version="3.5.1" />
18-
<PackageReference Include="Couchbase.Extensions.DependencyInjection" Version="3.4.13" />
18+
<PackageReference Include="Couchbase.Extensions.DependencyInjection" Version="3.5.1" />
1919
</ItemGroup>
2020
</Project>

0 commit comments

Comments
 (0)