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.
<PackageVersion Include="Constellation.Feature.UrlFriendlyPageNames" Version="10.3.0.26196" />
                    
Directory.Packages.props
<PackageReference Include="Constellation.Feature.UrlFriendlyPageNames" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Constellation.Feature.UrlFriendlyPageNames&version=10.3.0.26196
                    
Install Constellation.Feature.UrlFriendlyPageNames as a Cake Addin
#tool nuget:?package=Constellation.Feature.UrlFriendlyPageNames&version=10.3.0.26196
                    
Install Constellation.Feature.UrlFriendlyPageNames as a Cake Tool

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 250 6/16/2023
10.1.0.19242 486 3/5/2021
10.0.1.28935 1,596 8/5/2020
10.0.0.24213 534 8/4/2020
9.3.0.21561 543 7/27/2020
9.1.2.16140 1,055 4/12/2019
9.1.1.28562 689 3/6/2019
9.1.0.24948 842 12/7/2018
9.0.12.19556 831 10/21/2018
9.0.11.19068 811 10/18/2018
9.0.10.24596 911 10/5/2018
9.0.9.26507 832 10/4/2018
9.0.8.20266 939 7/23/2018
9.0.7.28281 1,075 7/3/2018
9.0.6.19239 1,108 6/7/2018
9.0.5.28907 1,182 5/30/2018
9.0.3.28574 1,175 5/14/2018
9.0.2.21030 1,114 2/12/2018
9.0.2.19653 1,095 2/12/2018
9.0.1.22144 1,119 1/10/2018
9.0.0.17563 1,042 11/27/2017

Updated Sitecore minimum version to 10.3