Skip to content

Commit

Permalink
Bump RavenDB.Client from 6.2.1 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [RavenDB.Client](https://github.com/ravendb/ravendb) from 6.2.1 to 7.0.0.
- [Release notes](https://github.com/ravendb/ravendb/releases)
- [Changelog](https://github.com/ravendb/ravendb/blob/v7.0/publish-stable-release.ps1)
- [Commits](ravendb/ravendb@6.2.1...7.0.0)

---
updated-dependencies:
- dependency-name: RavenDB.Client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2025
1 parent 21be0f4 commit b88ce26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<AspireMajorVersion>9</AspireMajorVersion>
<AspireMajorVersion>9.1.0</AspireMajorVersion>
<AspireVersion>$(AspireMajorVersion).1.0</AspireVersion>
<AspireAppHostSdkVersion>$(AspireVersion)</AspireAppHostSdkVersion>
<AspNetCoreVersion>9.0.0</AspNetCoreVersion>
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<PackageVersion Include="EventStore.Client.Extensions.OpenTelemetry" Version="23.3.8" />
<PackageVersion Include="EventStore.Client.Grpc.Streams" Version="23.3.8" />
<PackageVersion Include="ErikEJ.Dacpac.Chinook" Version="1.0.0" />
<PackageVersion Include="RavenDB.Client" Version="6.2.1" />
<PackageVersion Include="RavenDB.Client" Version="7.0.0" />
<PackageVersion Include="RavenDB.TestDriver" Version="6.2.1" />
<PackageVersion Include="AspNetCore.HealthChecks.RavenDB" Version="9.0.0" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="7.3.1" />
Expand Down

0 comments on commit b88ce26

Please sign in to comment.