Skip to content

Commit b87d544

Browse files
committed
readme.md
1 parent 0ad430e commit b87d544

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
[![NuGet](https://img.shields.io/nuget/dt/Unidecode.NET.svg)](https://www.nuget.org/packages/Unidecode.NET)
66
[![License MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
77

8-
Moving https://bitbucket.org/DimaStefantsov/unidecodesharpfork project to GitHub (Dima no longer works with .NET).
9-
Also the goal is to port it to .net core
8+
Forked from https://bitbucket.org/DimaStefantsov/unidecodesharpfork project to GitHub (Dima no longer works with .NET).
9+
10+
Support <img src="https://img.shields.io/badge/.net-4.5-green.svg"></img>, <img src="https://img.shields.io/badge/.netstandard-1.2-green.svg"></img>, <img src="https://img.shields.io/badge/.netstandard-2.0-green.svg"></img>
1011

1112
# Purpose
1213
It often happens that you have text data in Unicode, but you need to represent it in ASCII. For example when integrating with legacy code that doesn’t support Unicode, or for ease of entry of non-Roman names on a US keyboard, or when constructing ASCII machine identifiers from human-readable Unicode strings that should still be somewhat intelligible (a popular example of this is when making an URL slug from an article title).

src/Unidecode.NET.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
<Copyright>2018 © Dima Stefantsov, Vitalii Ganzha, Sergey Kuznetsov</Copyright>
88
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
10-
<Description>
11-
It provides string or char extension method Unidecode() that returns transliterated string.
12-
It supports huge amount of languages.
13-
And it's very easy to add your language if it's not supported already!
14-
</Description>
10+
<Description>Unidecode.NET that returns transliterated string</Description>
1511
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netstandard1.2;netstandard2.0;net45</TargetFrameworks>
1612
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.2;netstandard2.0</TargetFrameworks>
1713
<VersionPrefix>1.3.0</VersionPrefix>

0 commit comments

Comments
 (0)