Skip to content

Commit

Permalink
Bump RavenDB.Embedded from 5.4.109 to 5.4.111 (#3774)
Browse files Browse the repository at this point in the history
* Bump RavenDB.Embedded from 5.4.109 to 5.4.111

Bumps [RavenDB.Embedded](https://github.com/ravendb/ravendb) from 5.4.109 to 5.4.111.
- [Release notes](https://github.com/ravendb/ravendb/releases)
- [Changelog](https://github.com/ravendb/ravendb/blob/v6.0/publish-stable-release.ps1)
- [Commits](ravendb/ravendb@5.4.109...5.4.111)

---
updated-dependencies:
- dependency-name: RavenDB.Embedded
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Increase required dotnet version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Boike <david.boike@gmail.com>
  • Loading branch information
dependabot[bot] and DavidBoike authored Oct 26, 2023
1 parent c52df4f commit a319737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<PackageVersion Include="PropertyChanged.Fody" Version="4.1.0" />
<PackageVersion Include="PropertyChanging.Fody" Version="1.30.3" />
<PackageVersion Include="PublicApiGenerator" Version="11.0.0" />
<PackageVersion Include="RavenDB.Embedded" Version="5.4.109" />
<PackageVersion Include="RavenDB.Embedded" Version="5.4.111" />
<PackageVersion Include="ReactiveUI.WPF" Version="19.5.1" />
<PackageVersion Include="Rx-Linq" Version="2.2.5" />
<PackageVersion Include="ServiceControl.Contracts" Version="4.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public static class DotnetVersionValidator
{
public const string MinimumVersionString = "7.0.9";
public const string MinimumVersionString = "7.0.11";

public static bool FrameworkRequirementsAreMissing(bool needsRavenDB, out string message)
{
Expand Down

0 comments on commit a319737

Please sign in to comment.