Skip to content

Commit

Permalink
rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Feb 9, 2019
1 parent bbf9229 commit a843af3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 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>1.0.0-beta1</Version>
<Version>1.0.0-rc1</Version>

</PropertyGroup>
<PropertyGroup>
Expand All @@ -16,22 +16,26 @@
<Authors>Julian Verdurmen, Rudi Pettazzi, Shy Shalom</Authors>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyTitle>UTF Unknown</AssemblyTitle>
<!-- summary is not migrated from project.json, but you can use the <Description> property for that if needed. -->
<Description>Detect character set for files, steams and other bytes.

This package is based on Ude (https://github.com/errepi/ude), which is a port of the Mozilla Universal Charset Detector (https://mxr.mozilla.org/mozilla/source/extensions/universalchardet/).

Features:

- 28 charsets
- old bugs fixed</Description>
- old bugs fixed
- easy to use API
</Description>
<Copyright></Copyright>

</PropertyGroup>
<PropertyGroup>

<PackageTags>charset;detection;unicode;ascii;netstandard</PackageTags>
<PackageReleaseNotes>First beta</PackageReleaseNotes>
<PackageReleaseNotes>
Added maxBytesToRead for DetectFromStream + improve error handling for incorrect arguments

</PackageReleaseNotes>
<PackageIconUrl>https://raw.githubusercontent.com/CharsetDetector/UTF-unknown/master/logo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/CharsetDetector/UTF-unknown</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/CharsetDetector/UTF-unknown/blob/master/license/MPL-1.1.txt</PackageLicenseUrl>
Expand All @@ -47,4 +51,4 @@ Features:
<NoWarn>1701;1702;1705,1570,1591</NoWarn>
</PropertyGroup>

</Project>
</Project>

0 comments on commit a843af3

Please sign in to comment.