Cuemon 2.5.2013.3000

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 2.5.2013.3000
NuGet\Install-Package Cuemon -Version 2.5.2013.3000
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="2.5.2013.3000" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cuemon --version 2.5.2013.3000
#r "nuget: Cuemon, 2.5.2013.3000"
#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=2.5.2013.3000

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

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 very important improvements and bug fixes.
These are the highlights for this release:

- A new class was introduced in the Cuemon.Web namespace; WcfGlobalModule that is a GlobalModule implementation tweaked

for Windows Communication Foundation (WCF) as the runtime platform
- A new class was introduced in the Cuemon.Web namespace; CdnGlobalModule that is a GlobalModule implementation tweaked

for a Content Delivery Network (CDN) role with ASP.NET as the runtime platform

- The CacheCollection class was tweaked in regards to strange side effects and thread-safety
- The EnumerableUtility class received a new method; Convert
- The GlobalModule class was refactored to increase responsibility, reusability and maintainability while removing

deprecated features such as the ApplicationRuntime enum and the Instrumentation inheritance
- The XsltPage class was enhanced with several new parameters for the consuming Xsl-stylesheet