Skip to content

Commit

Permalink
Version 2.1 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Aug 24, 2019
1 parent 4304088 commit ebd0bf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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.0
info_version: 2.1

version: 2.0.{build}

Expand Down
6 changes: 2 additions & 4 deletions src/UTF-unknown.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PropertyGroup>
<AssemblyName>UtfUnknown</AssemblyName>
<PackageId>UTF.Unknown</PackageId>
<Version>2.0.0</Version>
<Version>2.0.0</Version> <!-- patched in AppVeyor.yml -->

</PropertyGroup>
<PropertyGroup>
Expand Down Expand Up @@ -43,9 +43,7 @@ Features:

<PackageTags>charset;detection;unicode;ascii;netstandard</PackageTags>
<PackageReleaseNotes>
Version 2 updated the detection from Uchardet's code (thanks Mihai Sorin Dobrescu!)

See https://github.com/CharsetDetector/UTF-unknown/milestone/2
- Added support for CP949 (@HelloWorld017)

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

0 comments on commit ebd0bf0

Please sign in to comment.