Ude.Signed 0.1.1

.NET Framework 4.0
dotnet add package Ude.Signed --version 0.1.1
NuGet\Install-Package Ude.Signed -Version 0.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ude.Signed" Version="0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ude.Signed --version 0.1.1
#r "nuget: Ude.Signed, 0.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ude.Signed as a Cake Addin
#addin nuget:?package=Ude.Signed&version=0.1.1

// Install Ude.Signed as a Cake Tool
#tool nuget:?package=Ude.Signed&version=0.1.1

The Signed variant of the Ude (C# port of Mozilla Universal Charset Detector) - http://code.google.com/p/ude/

   Why not to use the nuget.org/packages/UDE.CSharp/ ?
   
   The library above is not signed and therefore we can't sign any other lib. Because the ~signed assemblies can't use the unsigned - for more details, see about error "Referenced assembly does not have a strong name"
   
   I also tried to contact with owner of the nuget.org/packages/UDE.CSharp/ for simple signing of any existing lib... but no result.
   
   Well, you can try this if you see similar problems with 'UDE.CSharp'... should work
   
   It assembled from my fork (obsolete): bitbucket.org/3F/ude.signed
     based on official latest rev.6 (v0.1) :: http://ude.googlecode.com/svn/trunk/

~~~~~~~~
Get it via GetNuTool:
---------------------------------------------------------
msbuild gnt.core /p:ngpackages="Ude.Signed/0.1.1"
---------------------------------------------------------
* https://github.com/3F/GetNuTool

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.1 66,192 3/7/2015

Release from latest rev.6 :: http://ude.googlecode.com/svn/trunk/
pfx -> snk