Skip to content

Commit

Permalink
chore(deps): update dependency efcore.namingconventions to v8.0.1 (#26)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[EFCore.NamingConventions](https://togithub.com/efcore/EFCore.NamingConventions)
| `8.0.0-rc.2` -> `8.0.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/EFCore.NamingConventions/8.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/EFCore.NamingConventions/8.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/EFCore.NamingConventions/8.0.0-rc.2/8.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/EFCore.NamingConventions/8.0.0-rc.2/8.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>efcore/EFCore.NamingConventions
(EFCore.NamingConventions)</summary>

###
[`v8.0.1`](https://togithub.com/efcore/EFCore.NamingConventions/releases/tag/v8.0.1):
Version 8.0.1

This patch release fixes
[#&#8203;247](https://togithub.com/efcore/EFCore.NamingConventions/issues/247),
which caused DbSet property names to be ignored.

###
[`v8.0.0`](https://togithub.com/efcore/EFCore.NamingConventions/releases/tag/v8.0.0):
Version 8.0.0

This releases fixes many long-standing bugs and includes support both
for the new EF complex types and for JSON owned entities.

For the full list of issues, [see
this](https://togithub.com/efcore/EFCore.NamingConventions/milestone/11?closed=1).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/smartive/cas-fee-adv-mumble-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent 994de46 commit b6110c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MumbleApi/MumbleApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Community.Microsoft.Extensions.Caching.PostgreSql" Version="4.0.4" />
<PackageReference Include="EFCore.NamingConventions" Version="8.0.0-rc.2" />
<PackageReference Include="EFCore.NamingConventions" Version="8.0.1" />
<PackageReference Include="Google.Cloud.Storage.V1" Version="4.7.0" />
<PackageReference Include="Lib.AspNetCore.ServerSentEvents" Version="9.0.0" />
<PackageReference Include="LinqKit" Version="1.2.5" />
Expand Down

0 comments on commit b6110c3

Please sign in to comment.