Skip to content

Commit c7b2b0b

Browse files
Bump Umbraco.Cms and Umbraco.Cms.Persistence.Sqlite (#146)
Updated [Umbraco.Cms](https://github.com/umbraco/Umbraco-CMS) from 17.2.0 to 17.2.1. <details> <summary>Release notes</summary> _Sourced from [Umbraco.Cms's releases](https://github.com/umbraco/Umbraco-CMS/releases)._ ## 17.2.1 ## What's Changed ### 🐛 Bug Fixes * URL Info: Fix invariant content URLs missing under non-default language domains (closes #​21866) by @​AndyButland in umbraco/Umbraco-CMS#21883 * Database Cache: Fix full database cache rebuild dropping variant and composed property values (closes #​21863, #​21882) by @​AndyButland in umbraco/Umbraco-CMS#21890 **Full Changelog**: umbraco/Umbraco-CMS@release-17.2.0...release-17.2.1 Commits viewable in [compare view](umbraco/Umbraco-CMS@release-17.2.0...release-17.2.1). </details> Updated [Umbraco.Cms.Persistence.Sqlite](https://github.com/umbraco/Umbraco-CMS) from 17.2.0 to 17.2.1. <details> <summary>Release notes</summary> _Sourced from [Umbraco.Cms.Persistence.Sqlite's releases](https://github.com/umbraco/Umbraco-CMS/releases)._ ## 17.2.1 ## What's Changed ### 🐛 Bug Fixes * URL Info: Fix invariant content URLs missing under non-default language domains (closes #​21866) by @​AndyButland in umbraco/Umbraco-CMS#21883 * Database Cache: Fix full database cache rebuild dropping variant and composed property values (closes #​21863, #​21882) by @​AndyButland in umbraco/Umbraco-CMS#21890 **Full Changelog**: umbraco/Umbraco-CMS@release-17.2.0...release-17.2.1 Commits viewable in [compare view](umbraco/Umbraco-CMS@release-17.2.0...release-17.2.1). </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef36874 commit c7b2b0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

UmbracoContainer/UmbracoContainer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Umbraco.Cms" Version="17.2.0" />
18-
<PackageReference Include="Umbraco.Cms.Persistence.Sqlite" Version="17.2.0" />
17+
<PackageReference Include="Umbraco.Cms" Version="17.2.1" />
18+
<PackageReference Include="Umbraco.Cms.Persistence.Sqlite" Version="17.2.1" />
1919
<PackageReference Include="Umbraco.Cms.DevelopmentMode.Backoffice" Version="17.2.0" />
2020
<PackageReference Include="uSync" Version="17.0.2" />
2121
<PackageReference Include="uSync.Complete" Version="17.0.1" />

0 commit comments

Comments
 (0)