All notable changes to this project will be documented in this file.
- Removed
ConfigurationHelper
Enumerable<T>
extension methods:ForEach
,Concat
;String
extension methods:GetHead
,GetTail
,TryParseBool
,TryParseTimeSpan
,Capitalize
;
- Fixed
System.Configuration.ConfigurationManager
version in nuspec.
QueryStringBuilder
helper class to build absolute and relative urls with parameters
- .NET Standard 2.0 support;
DateTime
extension methods:EndOfDay
,BeginningOfDay
,IsToday
,IsTomorrow
,IsYesterday
,ToTimestamp
;Enumerable
extension methods:Singleton
,Partition
,DistinctBy
;String
extension methods:TryParseDecimal
.
Initial release.