Skip to content

Commit 92b828b

Browse files
committed
Added information about the package
1 parent 6fefd9e commit 92b828b

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2017 Dima Stefantsov, Vitalii Ganzha, Sergey Kuznetsov
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Unidecode.NET.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{604AAA61-6C9
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C9018F64-4917-4F4F-8F78-3A674896029D}"
99
ProjectSection(SolutionItems) = preProject
10+
LICENSE = LICENSE
1011
readme.md = readme.md
1112
EndProjectSection
1213
EndProject

src/Unidecode.NET.csproj

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
4-
<PackageId>Unidecode.NET</PackageId>
5-
<VersionPrefix>1.1.0</VersionPrefix>
3+
<AssemblyTitle>Unidecode.NET</AssemblyTitle>
64
<AssemblyName>Unidecode.NET</AssemblyName>
75
<PackageId>Unidecode.NET</PackageId>
6+
<Authors>Dima Stefantsov, Vitalii Ganzha, Sergey Kuznetsov</Authors>
7+
<Copyright>2017 © Dima Stefantsov, Vitalii Ganzha, Sergey Kuznetsov</Copyright>
8+
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
9+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
10+
<Description>It provides string or char extension method Unidecode() that returns transliterated string. It supports huge amount of languages. And it's very easy to add your language if it's not supported already!</Description>
11+
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
12+
<VersionPrefix>1.1.0</VersionPrefix>
813
<PackageTags>text;unicode;seo</PackageTags>
914
<RepositoryType>git</RepositoryType>
15+
<PackageProjectUrl>https://github.com/thecoderok/Unidecode.NET</PackageProjectUrl>
1016
<RepositoryUrl>https://github.com/thecoderok/Unidecode.NET</RepositoryUrl>
1117
</PropertyGroup>
1218

0 commit comments

Comments
 (0)