Skip to content

Commit 1dea27e

Browse files
Version 2.2 (#69)
* Version 2.2 * Update UTF-unknown.csproj
1 parent 7fc3886 commit 1dea27e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
environment:
2-
info_version: 2.1
2+
info_version: 2.2
33

44
version: 2.0.{build}
55

src/UTF-unknown.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Features:
3030
- Easy to use API
3131
- .NET standard 1.0 + 2.0 support
32-
- .NET Core 3.0 support
32+
- .NET Core 2.0 + 3.0 support
3333
- Strong named
3434
- XML documentation included
3535

@@ -49,6 +49,9 @@ Features:
4949

5050
<PackageTags>charset;detection;unicode;ascii;netstandard</PackageTags>
5151
<PackageReleaseNotes>
52+
- Support for .NET Core 3 (thanks @rstm-sf)
53+
- Support for .NET Core 2
54+
- Improved dependencies for .NET Standard 2
5255
</PackageReleaseNotes>
5356
<PackageIconUrl>https://raw.githubusercontent.com/CharsetDetector/UTF-unknown/master/logo.png</PackageIconUrl>
5457
<PackageProjectUrl>https://github.com/CharsetDetector/UTF-unknown</PackageProjectUrl>

0 commit comments

Comments
 (0)