Skip to content

Commit 2fbe263

Browse files
committed
Description
1 parent fe3791e commit 2fbe263

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 Dima Stefantsov, Vitalii Ganzha, Sergey Kuznetsov
3+
Copyright (c) 2019 Dima Stefantsov, Vitalii Ganzha, Sergey Kuznetsov
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unicode.NET
1+
# Unidecode.NET
22

33
[![Build status](https://ci.appveyor.com/api/projects/status/lqjnq9ve1vbv393u?svg=true)](https://ci.appveyor.com/project/phnx47/unidecode-net)
44
[![NuGet](https://img.shields.io/nuget/v/Unidecode.NET.svg)](https://www.nuget.org/packages/Unidecode.NET)
@@ -19,7 +19,7 @@ It provides string or char extension method Unidecode() that returns translitera
1919
And it's very easy to add your language if it's not supported already!
2020

2121
# Installation
22-
Unicode.NET published as NuGet package: https://www.nuget.org/packages/Unidecode.NET/
22+
Unidecode.NET published as NuGet package: https://www.nuget.org/packages/Unidecode.NET/
2323

2424
To install Unidecode.NET, run the following command in the [Package Manager Console](https://docs.nuget.org/consume/package-manager-console)
2525

src/Unidecode.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageId>Unidecode.NET</PackageId>
66
<Authors>Dima Stefantsov, Vitalii Ganzha, Sergey Kuznetsov</Authors>
77
<Copyright>2019 © Dima Stefantsov, Vitalii Ganzha, Sergey Kuznetsov</Copyright>
8-
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
8+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<Description>Unidecode.NET returns transliterated string</Description>
1111
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netstandard1.2;netstandard2.0;net45</TargetFrameworks>

0 commit comments

Comments
 (0)