Constellation.Foundation.UrlFriendlyPageNames 10.3.0.24699

dotnet add package Constellation.Foundation.UrlFriendlyPageNames --version 10.3.0.24699
NuGet\Install-Package Constellation.Foundation.UrlFriendlyPageNames -Version 10.3.0.24699
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.Foundation.UrlFriendlyPageNames" Version="10.3.0.24699" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Constellation.Foundation.UrlFriendlyPageNames --version 10.3.0.24699
#r "nuget: Constellation.Foundation.UrlFriendlyPageNames, 10.3.0.24699"
#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.Foundation.UrlFriendlyPageNames as a Cake Addin
#addin nuget:?package=Constellation.Foundation.UrlFriendlyPageNames&version=10.3.0.24699

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

Requires Sitecore 10.3
Requires .NET Framework 4.8

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

This small Foundation kit 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 (1)

Showing the top 1 NuGet packages that depend on Constellation.Foundation.UrlFriendlyPageNames:

Package Downloads
Constellation.Foundation.Labels

Requires Sitecore 10.3 Requires .NET Framework 4.8 Constellation is a collection of utilities for .NET CMS implementers. This small Foundation kit contains classes and attributes to allow for "label" models. These models are handled in a sort of "view bag" parallel strategy to the proper Model View Controller paradigm, because labels are usually not the actual model content, but inform the user how to read it. This technology is used instead of the typical Sitecore Dictionary strategy, which does not support caching in a graceful manner. More documentation will follow in the near future.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.3.0.24699 618 6/16/2023
10.2.0.21736 2,967 11/15/2021
10.2.0.18891 889 11/15/2021
10.1.0.22028 3,097 8/6/2021
10.1.0.21203 283 8/6/2021

Updated Sitecore references to 10.3