Cuemon.Extensions 4.1.2017.400

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

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

A comprehensive set of extensions methods to complement Cuemon .NET Framework.

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.

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

4.1.2017.400
* ADDED - New extensions for String: SubstringBefore
* ADDED - New extensions for Uri: HttPatch
* ADDED - New extensions for HttpStatusCode: IsSuccessStatusCode
* ADDED - New extensions for DateTime: IsWithinRange, IsTimeOfDayNight, IsTimeOfDayMorning, IsTimeOfDayForenoon, IsTimeOfDayAfternoon, IsTimeOfDayEvening
* ADDED - New extensions for HttpResponse: IsSuccessStatusCode

4.1.2017.350
* ADDED - New extensions for Int16: Min, Max
* ADDED - New extensions for Int32: Min, Max
* ADDED - New extensions for Int64: Min, Max
* ADDED - New extensions for String: ToCasing, GetCacheValidator
* ADDED - New extensions for Assembly: GetCacheValidator
* ADDED - New extensions for FileVersionInfo: ToProductVersion, ToFileVersion
* ADDED - New extensions for RegionInfo: GetCultures
* ADDED - CasingMethod enum in the Cuemon namespace that specifies ways that a string must be converted in terms of casing
* ADDED - FileInfoConverter class in the Cuemon.IO namespace that is designed to make FileInfo related conversions easier to work with
* CHANGED - CacheValidator class in the Cuemon.Integrity namespace to support the options pattern and Checksum now return a HashResult object instead of a hexadecimal string
* ADDED - CacheValidatorOptions class in the Cuemon.Integrity namespace that specifies options that is related to CacheValidator operations
* CHANGED - ChecksumMethod enum was extended with one new value; Timestamp
* CHANGED - Renamed FromConvertible --> FromConvertibles on the ByteConverter class in the Cuemon namespace
* ADDED - World class in the Cuemon.Globalization namespace that is designed to make System.Globalization related operations easier to work with

4.1.2017.280
* FIXED - The extension method for String: ToByteArray was re-implemented using the old way of method overloading due to conflict with the generic variant of this method

4.1.2017.200
* CHANGED - Assembly version 4.0.2016.0 --> 4.1.2017.0
* CHANGED - All extension methods, that uses the options pattern, now has an optional setup delegate

4.1.2016.3580
* CHANGED - Renamed extensions for Stream: ToString --> ToEncodedString
* CHANGED - Renamed extensions for Exception: ToString --> ToEncodedString
* CHANGED - Renamed extensions for Byte[]: ToString --> ToEncodedString

4.1.2016.3510 [BREAKING CHANGES]
* CHANGED - All extension methods, where possible, now supports the options pattern
* ADDED - New extensions for T: Adjust
* ADDED - New extensions for TOptions: ConfigureOptions
- CHANGED - Renamed extensions for Stream: PurgeXmlNamespaces (void) -> RemoveXmlNamespaceDeclarations
* ADDED - New extensions for IHierarchy{T}: FindFirstInstance, FindSingleInstance, FindInstance, FindFirst, FindSingle, Find, Replace, ReplaceAll
* ADDED - New extensions for IDictionary{TKey,TValue}: AddIfNotContainsKey, AddOrUpdate

4.0.2016.3100
* ADDED - New extensions for Uri: FtpGet, FileGet

4.0.2016.3030
* NOTHING TO REPORT

4.0.2016.2600
* ADDED - New extensions for DateTime: ToUtcKind, ToLocalKind, ToDefaultKind

4.0.2016.1880
* ADDED - New extensions for String: ToUri, IsNullOrWhiteSpace
* CHANGED - Renamed classes from singular, Extension, to plural, Extensions

4.0.2016.1380
* NOTHING TO REPORT

4.0.2016.1360
* NOTHING TO REPORT

4.0.2016.950
* NOTHING TO REPORT

4.0.2016.900
* ADDED - New extensions for Byte[]: ComputeHash, ComputeKeyedHash, ToBinary, ToUrlEncodedBase64
* ADDED - New extensions for DateTime: ToEpochTime
* ADDED - New extensions for Double: FromEpochTime
* ADDED - New extensions for Object: ComputeHash, ComputeKeyedHash
* ADDED - New extensions for Object[]: ComputeHash, ComputeKeyedHash
* ADDED - New extensions for Stream: ComputeHash, ComputeKeyedHash
* ADDED - New extensions for String: ComputeHash, ComputeKeyedHash, FromUrlEncodedBase64
* ADDED - New extensions for String[]: ComputeHash, ComputeKeyedHash

4.0.2016.720
* ADDED - New extensions for Stream: Compress
* ADDED - New extensions for NameValueCollection: ToWebHeaderCollection
* ADDED - New extensions for Type: ToFriendlyName
* ADDED - New extensions for Assembly: GetAssemblyVersion
* ADDED - New extensions for IEnumerable{TSource}: SelectOne
* ADDED - New extensions for String: ToTextReader
* CHANGED - Renamed extensions for Uri: GetProtectedUri -> ToProtectedUri, ParseProtectedUri -> VerifyProtectedUri
* CHANGED - Renamed extensions for Stream: Copy (void) -> CopyTo
* CHANGED - Removed extensions for DateTime: GetLowest, GetHighest (due to noise)
* CHANGED - Removed extensions for Object: GetObjectHierarchy (due to noise)
* CHANGED - Removed extensions for IEnumerable: Count, Any (due to noise)