Constellation.Feature.UrlFriendlyPageNames 10.3.0.26196

dotnet add package Constellation.Feature.UrlFriendlyPageNames --version 10.3.0.26196
NuGet\Install-Package Constellation.Feature.UrlFriendlyPageNames -Version 10.3.0.26196
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Constellation.Feature.UrlFriendlyPageNames" Version="10.3.0.26196" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Constellation.Feature.UrlFriendlyPageNames --version 10.3.0.26196
#r "nuget: Constellation.Feature.UrlFriendlyPageNames, 10.3.0.26196"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Constellation.Feature.UrlFriendlyPageNames as a Cake Addin
#addin nuget:?package=Constellation.Feature.UrlFriendlyPageNames&version=10.3.0.26196

// Install Constellation.Feature.UrlFriendlyPageNames as a Cake Tool
#tool nuget:?package=Constellation.Feature.UrlFriendlyPageNames&version=10.3.0.26196

Compatible with Sitecore 10.3
Requires Sitecore 10.3
Requires .NET Framework 4.8

Constellation is a collection of utilities for .NET CMS implementers.

This small Feature contains a Sitecore Rule Action which must be installed in order to take advantage
of this library. The package should self-install once you build and deploy your project.

To use, an Item Saved rule must be created. The rule must have a condition that specifies that an Item is a "page" and therefore
needs an SEO-friendly URL. The rule action should be the one included in this kit. Rule options include:
- Replace Diacritics
- Clear Display Name (recommended so that marketers see the actual Item name and therefore URL slug for pages)
- Specify illegal characters to remove (Regex "\s" is a good choice.)
- Replace spaces or remove spaces from names
- Force lowercase

It is up to the implementer to determine the nature of "page" Items. We recommend looking at Constellation.Foundation.Datasources for
rule conditions that are suitable for this specific task.

Note that the Illegal Characters option and the Replace Spaces option can conflict, a "-" will be removed if you use the "\W" regex,
resulting in behavior similar to "Remove Spaces" We strongly recommend using "\s".

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.3.0.26196 185 6/16/2023
10.1.0.19242 430 3/5/2021
10.0.1.28935 1,460 8/5/2020
10.0.0.24213 478 8/4/2020
9.3.0.21561 473 7/27/2020
9.1.2.16140 937 4/12/2019
9.1.1.28562 622 3/6/2019
9.1.0.24948 771 12/7/2018
9.0.12.19556 741 10/21/2018
9.0.11.19068 721 10/18/2018
9.0.10.24596 821 10/5/2018
9.0.9.26507 742 10/4/2018
9.0.8.20266 820 7/23/2018
9.0.7.28281 922 7/3/2018
9.0.6.19239 959 6/7/2018
9.0.5.28907 1,027 5/30/2018
9.0.3.28574 1,023 5/14/2018
9.0.2.21030 952 2/12/2018
9.0.2.19653 930 2/12/2018
9.0.1.22144 947 1/10/2018
9.0.0.17563 919 11/27/2017

Updated Sitecore minimum version to 10.3