Slugify.Core
3.0.0
Simple Slug / Clean URL generator helper for Microsoft .NET framework and .NET Standard.
With default settings, you will get an hyphenized, lowercase, alphanumeric version of any string you please, with any diacritics removed and collapsed whitespace, collapsed dashes and trimmed whitespace.
Install-Package Slugify.Core -Version 3.0.0
dotnet add package Slugify.Core --version 3.0.0
<PackageReference Include="Slugify.Core" Version="3.0.0" />
paket add Slugify.Core --version 3.0.0
#r "nuget: Slugify.Core, 3.0.0"
Release Notes
3.0.0 - Much improved performance and memory usage. Config file renamed. Potentially some breaking changes but none we're aware of
2.4.0 - NetStandard 2.0 support only
2.3.0 - ISlugHelper interface added. Thanks @jcharlesworthuk
2.2.2 - NetStandard 2.0
2.2.1 - NuGet package updates
2.2.0 - Minor tweaks
Dependencies
-
.NETStandard 2.0
- System.Memory (>= 4.5.4)
- system.Text.Encoding.CodePages (>= 4.7.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Slugify.Core:
Package | Downloads |
---|---|
uCommerce
Contains core Ucommerce assemblies alongside all dependencies.
Can be used for extension development when a lower level abstraction access is necessary.
Use the CMS-specific packages to install Ucommerce into an existing website: "Ucommerce.Sitefinity" or "Ucommerce.Umbraco8".
|
|
SpiderSharp
Web Crawling and Scraping Framework
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Slugify.Core:
Repository | Stars |
---|---|
abpframework/abp
Open Source Web Application Framework for ASP.NET Core
|