Skip to content

Commit ebd0bf0

Browse files
Version 2.1 (#61)
1 parent 4304088 commit ebd0bf0

2 files changed

Lines changed: 3 additions & 5 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.0
2+
info_version: 2.1
33

44
version: 2.0.{build}
55

src/UTF-unknown.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PropertyGroup>
77
<AssemblyName>UtfUnknown</AssemblyName>
88
<PackageId>UTF.Unknown</PackageId>
9-
<Version>2.0.0</Version>
9+
<Version>2.0.0</Version> <!-- patched in AppVeyor.yml -->
1010

1111
</PropertyGroup>
1212
<PropertyGroup>
@@ -43,9 +43,7 @@ Features:
4343

4444
<PackageTags>charset;detection;unicode;ascii;netstandard</PackageTags>
4545
<PackageReleaseNotes>
46-
Version 2 updated the detection from Uchardet's code (thanks Mihai Sorin Dobrescu!)
47-
48-
See https://github.com/CharsetDetector/UTF-unknown/milestone/2
46+
- Added support for CP949 (@HelloWorld017)
4947

5048
</PackageReleaseNotes>
5149
<PackageIconUrl>https://raw.githubusercontent.com/CharsetDetector/UTF-unknown/master/logo.png</PackageIconUrl>

0 commit comments

Comments
 (0)