Cuemon 4.0.2016.900

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
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 Cuemon --version 4.0.2016.900
NuGet\Install-Package Cuemon -Version 4.0.2016.900
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="Cuemon" Version="4.0.2016.900" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cuemon --version 4.0.2016.900
#r "nuget: Cuemon, 4.0.2016.900"
#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 Cuemon as a Cake Addin
#addin nuget:?package=Cuemon&version=4.0.2016.900

// Install Cuemon as a Cake Tool
#tool nuget:?package=Cuemon&version=4.0.2016.900

Simple, intuitive and logical every-day-usage additions to the Microsoft .NET Framework 2.0 SP1 and newer. Follows the same namespace structure already found in the .NET Framework.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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

This is a minor release with some great new additions that includes one breaking change.
The following work was completed for this release:

- New class, HashResult, in the Cuemon.Security.Cryptography namespace that represents the result of a computed HashAlgorithm or KeyedHashAlgorithm operation
- New static class, HmacUtility, in the Cuemon.Security.Cryptography namespace that is designed to make HMAC (Hash-based Message Authentication Code) KeyedHashAlgorithm operations easier to work with
- New enum, HmacAlgorithmType, in the Cuemon.Security.Cryptography namespace that specifies the algorithm used for generating hash-based message authentication code values
- New static class, DateTimeConverter, in the Cuemon namespace that is designed to make DateTime related conversions easier to work with
- New static class, DoubleConverter, in the Cuemon namespace that is designed to make Double related conversions easier to work with

- Improved the CacheCollection class in the Cuemon.Runtime.Caching namespace for better memoization caching
- Improved the HttpRouteTable class in the Cuemon.Web.Routing namespace to support custom implementation of discovering handlers
- Improved the ExceptionUtility class in the Cuemon namespace to support parsing a sequence of exceptions
- Improved the StringConverter class in the Cuemon namespace to support two new string conversions; ToBinary and ToUrlEncodedBase64
- Improved the ByteConverter class in the Cuemon namespace to support one new byte array conversion; FromUrlEncodedBase64

- Refactored the CompilationUtility class in the Cuemon.Web.Compilation namespace to be more flexible in terms of discovering handlers and modules
- Refactored the AsyncCallResult class in the Cuemon.Threading namespace to a more simple design
- Refactored the HashUtility class in the Cuemon.Security.Cryptography namespace to make use of the new HashResult class [breaking]

- Fixed a bug in the NetHttpUtility class in the Cuemon.Net.Http namespace that could trigger a vexing exception when making a HttpWebRequest