Ude.Signed
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
Install-Package Ude.Signed -Version 0.1.1
dotnet add package Ude.Signed --version 0.1.1
<PackageReference Include="Ude.Signed" Version="0.1.1" />
paket add Ude.Signed --version 0.1.1
#r "nuget: Ude.Signed, 0.1.1"
Release Notes
Release from latest rev.6 :: http://ude.googlecode.com/svn/trunk/
pfx -> snk
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.1 | 24,941 | 3/7/2015 |