Cuemon 2.0.2013.1350

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

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

If you like the structure of the .NET platform, then the Cuemon .NET Framework Additions might just be that extra solution you have been looking for! With these assemblies I have aimed to accomplish at least two things; simplify the tedious work that is always present when coding towards a generic framework, and implementing some core- and utility classes for you to enjoy.

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 which fixes a few bugs while adding some new functionality.
The following work was completed for this release:

- A new abstract class was introduced in the Cuemon.Xml.Serialization namespace; XmlQualifiedEntity that provides ways to assure qualified names in XML serialization logic

- The TransientFaultUtility class was extended with ten new overloads while receiving a bug fix in regards to infinite retries in case of no thrown exception
- The XsltMasterPage-, XsltPage-, Website-, WebsiteGlobalization-, WebsiteGlobalizationCultureInfo-, WebsiteGlobalizationTimeZone- and WebsiteGlobalizationTimeZoneDictionary class was refactored accordingly to the breaking changes applied to the IXmlSerialization interface
- The IXmlSerialization interface, XmlSerialization-, XmlSerializationUtility-, XmlElementWrapper-, XmlWrapper- and XsltUtility class was modified to use the newly introduced XmlQualifiedEntity class