Cuemon 4.0.2016.950
Prefix Reserveddotnet add package Cuemon --version 4.0.2016.950
NuGet\Install-Package Cuemon -Version 4.0.2016.950
<PackageReference Include="Cuemon" Version="4.0.2016.950" />
<PackageVersion Include="Cuemon" Version="4.0.2016.950" />
<PackageReference Include="Cuemon" />
paket add Cuemon --version 4.0.2016.950
#r "nuget: Cuemon, 4.0.2016.950"
#:package Cuemon@4.0.2016.950
#addin nuget:?package=Cuemon&version=4.0.2016.950
#tool nuget:?package=Cuemon&version=4.0.2016.950
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
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 new additions and some spelling fixes.
The following work was completed for this release:
- New class, JsonWebToken, in the Cuemon.Web.Security namepspace that represents a simple implementation of JSON Web Token that is based on the standard RFC 7519 method for communicating claims securely between two parties
- New enum, JsonWebTokenHashAlgorithm, in the Cuemon.Web.Security namepspace that specifies the algorithm used for generating JWT hash values
- New class, JsonWebTokenHeader, in the Cuemon.Web.Security namepspace that represents the header information of JSON Web Token that is based on the standard RFC 7519
- New class, JsonWebTokenHeader, in the Cuemon.Web.Security namepspace that represents the payload information of JSON Web Token that is based on the standard RFC 7519
- New static class, JsonWebTokenHashAlgorithmConverter, in the Cuemon.Web.Security namepspace that is designed to make JsonWebTokenHashAlgorithm related conversions easier to work with
- Improved the CacheCollection class in the Cuemon.Runtime.Caching namespace by reducing complexity and slowly opening up for control of the engine beneath
- Improved the HttpRouteTable class in the Cuemon.Web.Routing namespace by reducing complexity and coupling
- Improved the JsonConverter class in the Cuemon.Runtime.Serialization namespace to support controlling of JSON converters using delegates