Skip to content

Commit 304e248

Browse files
chore(deps): Update dependency FluentResults to v4 (#74)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [FluentResults](https://redirect.github.com/altmann/FluentResults) | `3.16.0` -> `4.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/FluentResults/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/FluentResults/3.16.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - "on Wednesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hypermodeinc/dgraph.net). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Johnson-Pint <[email protected]>
1 parent 6df756e commit 304e248

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/Dgraph.tests.e2e/Dgraph.tests.e2e.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Assent" Version="2.4.1" />
1212
<PackageReference Include="FluentAssertions" Version="8.5.0" />
13-
<PackageReference Include="FluentResults" Version="3.16.0" />
13+
<PackageReference Include="FluentResults" Version="4.0.0" />
1414
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
1515
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.7" />
1616
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.7" />

source/Dgraph/Dgraph.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Grpc.Core" Version="2.46.6" />
2424
<PackageReference Include="Grpc.Net.Client" Version="2.71.0" />
2525
<PackageReference Include="Grpc.Tools" Version="2.71.0" PrivateAssets="All" />
26-
<PackageReference Include="FluentResults" Version="3.16.0" />
26+
<PackageReference Include="FluentResults" Version="4.0.0" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)