Skip to content

Commit

Permalink
Version 2.2 (#69)
Browse files Browse the repository at this point in the history
* Version 2.2

* Update UTF-unknown.csproj
  • Loading branch information
304NotModified committed Oct 24, 2019
1 parent 7fc3886 commit 1dea27e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
info_version: 2.1
info_version: 2.2

version: 2.0.{build}

Expand Down
5 changes: 4 additions & 1 deletion src/UTF-unknown.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Features:
- Easy to use API
- .NET standard 1.0 + 2.0 support
- .NET Core 3.0 support
- .NET Core 2.0 + 3.0 support
- Strong named
- XML documentation included

Expand All @@ -49,6 +49,9 @@ Features:

<PackageTags>charset;detection;unicode;ascii;netstandard</PackageTags>
<PackageReleaseNotes>
- Support for .NET Core 3 (thanks @rstm-sf)
- Support for .NET Core 2
- Improved dependencies for .NET Standard 2
</PackageReleaseNotes>
<PackageIconUrl>https://raw.githubusercontent.com/CharsetDetector/UTF-unknown/master/logo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/CharsetDetector/UTF-unknown</PackageProjectUrl>
Expand Down

0 comments on commit 1dea27e

Please sign in to comment.