Skip to content

Commit 6e8abb1

Browse files
authored
Merge pull request #3 from ScriptAndGo/netstandard1.2
Bring down the .Net standard version to 1.2
2 parents 92b828b + c0c2479 commit 6e8abb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Unidecode.NET.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<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>
11+
<TargetFrameworks>netstandard1.2;net45</TargetFrameworks>
12+
<VersionPrefix>1.1.1</VersionPrefix>
1313
<PackageTags>text;unicode;seo</PackageTags>
1414
<RepositoryType>git</RepositoryType>
1515
<PackageProjectUrl>https://github.com/thecoderok/Unidecode.NET</PackageProjectUrl>
1616
<RepositoryUrl>https://github.com/thecoderok/Unidecode.NET</RepositoryUrl>
17+
<PackageReleaseNotes>1.1.1: Bring down the .Net Standard target to 1.2 from 1.3</PackageReleaseNotes>
1718
</PropertyGroup>
1819

1920
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">

0 commit comments

Comments
 (0)