Unidecode.NET
2.2.0
See the version list below for details.
dotnet add package Unidecode.NET --version 2.2.0
NuGet\Install-Package Unidecode.NET -Version 2.2.0
<PackageReference Include="Unidecode.NET" Version="2.2.0" />
<PackageVersion Include="Unidecode.NET" Version="2.2.0" />
<PackageReference Include="Unidecode.NET" />
paket add Unidecode.NET --version 2.2.0
#r "nuget: Unidecode.NET, 2.2.0"
#:package Unidecode.NET@2.2.0
#addin nuget:?package=Unidecode.NET&version=2.2.0
#tool nuget:?package=Unidecode.NET&version=2.2.0
Unidecode.NET returns transliterated string
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net7.0
- No dependencies.
NuGet packages (19)
Showing the top 5 NuGet packages that depend on Unidecode.NET:
| Package | Downloads |
|---|---|
|
Volo.CmsKit.Domain
Package Description |
|
|
ZhileTime.CmsKit.Domain
Package Description |
|
|
SluggyUnidecode
SluggyUnidecode is a powerful slugifier designed to create friendly URL's. Simple and powerful. Extends the Sluggy package by using the Unidecode.Net library for normalization. |
|
|
Dignite.Cms.Domain.Shared
Package Description |
|
|
SimplifiedSearch
Simple way to add ranked fuzzy matching search. For when you have up to a few thousand products, locations or similar and want to add a search that most users will see as smart, with minimal work. using SimplifiedSearch; IList<Country> matches = await listOfCountries.SimplifiedSearchAsync("thaiwan", x => x.CountryName); foreach (var country in matches) Console.WriteLine(country.CountryName); // output: // Taiwan // Thailand |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Unidecode.NET:
| Repository | Stars |
|---|---|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|