DotKEGG 0.4.0-alpha

This is a prerelease version of DotKEGG.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DotKEGG --version 0.4.0-alpha
NuGet\Install-Package DotKEGG -Version 0.4.0-alpha
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="DotKEGG" Version="0.4.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotKEGG --version 0.4.0-alpha
#r "nuget: DotKEGG, 0.4.0-alpha"
#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 DotKEGG as a Cake Addin
#addin nuget:?package=DotKEGG&version=0.4.0-alpha&prerelease

// Install DotKEGG as a Cake Tool
#tool nuget:?package=DotKEGG&version=0.4.0-alpha&prerelease

Built for those proud few who develop bioinformatics software targeting the .NET Framework, DotKEGG provides types and methods for you to easily query the KEGG database, without having to build HTTP headers or URIs for its REST API yourself.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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

- Added SeeAlso links to most type documentation topics
- Added an OrganismCode class to wrap an organism code string
- Added a KeggReader class to permit working with KEGG operation results like a Stream
- The Info operation is now performed through an instance method on KeggDb objects
- Added many new unit tests for these new types/methods, bringing the total number of active unit tests to 106!
- The ECNumber.Class enumeration is now called ECEnzymeClass and is directly inside the DotKEGG namespace