Releases: stevenvolckaert/enterprise-library
Releases · stevenvolckaert/enterprise-library
Steven Volckaert's Enterprise Library 1.2.0
New features
Added extension methods
object.IsNull()
object.IsNotNull()
string.TryParseAs<T>()
(#17)string.TryParseAs<T>(bool)
(#17)IEnumerable<T>.IsNullOrEmpty()
(#18)
Other changes
- Migrated the unit test framework from MSTest to xUnit.NET.
NuGet packages
- StevenVolckaert.Core (.NETFramework 4.5.2, .NETStandard 1.5)
Steven Volckaert's Enterprise Library 1.1.1
New features
- Introducing interface
ICultureManager
, improving testablity.
Bug fixes
Other changes
Removed extension methods that were obsoleted in v1.1.0:
IEnumerable<T>.Empty<T>()
string.DefaultIfNullOrEmpty(string defaultValue)
string.DefaultIfNullOrWhiteSpace(string defaultValue)
NuGet packages
- StevenVolckaert.Core (.NETFramework 4.5.2, .NETStandard 1.5)
Steven Volckaert's Enterprise Library 1.1.0
As the .NET Core tooling contains a bug, this release temporarily drops support for .NET Framework 3.5. See issue #7 for more information.
New features
Added extension methods
ICollection<T>.AddRange(IEnumerable<T>, bool)
IEnumerable<T>.Append(T)
IEnumerable<T>.Prepend(T)
String.FallbackIfNullOrEmpty(string)
(replacesString.DefaultIfNullOrEmpty(string)
)String.FallbackIfNullOrWhitespace(string)
(replacesString.DefaultIfNullOrWhitespace(string)
)IEnumerable<T>.IsEmpty()
(replacesIEnumerable<T>.Empty()
)
Other new features
- Added several unit conversion methods to
UnitConvert
.
NuGet packages
- StevenVolckaert.Core (.NETFramework 4.5.2, .NETStandard 1.5)
Steven Volckaert's Enterprise Library 1.0.0
New features
Hyperlink
structureCountryCodes.IsBeneluxUnionMemberState(string)
static utility method
Added extension methods
NuGet packages
- StevenVolckaert.Core (.NETFramework 3.5, .NETFramework 4.5.2, .NETStandard 1.5)
Steven Volckaert's Enterprise Library 0.1.1
This release no longer targets the .NET Framework 4.5, but .NET Framework 4.5.2 instead.
On August 7, 2014, Microsoft announced that support will end for .NET Framework 4, 4.5, and 4.5.1 on January 12, 2016.
See Microsoft .NET Framework Support Lifecycle Policy FAQ for more information.
New features
Added extension methods
IDictionary<TKey,TValue>.TryGetValue<TKey, TValue>(TKey)
IDictionary<TKey,TValue>.TryGetValue<TKey, TValue>(TKey, TValue)
String.IsNullOrEmpty()
NuGet packages
- StevenVolckaert.Core (.NETFramework 3.5, .NETFramework 4.5.2, .NETStandard 1.5)
Steven Volckaert's Enterprise Library 0.1.0
Version 0.1.0 is the initial release.
NuGet packages
- StevenVolckaert.Core (.NETFramework 3.5, .NETFramework 4.5,
.NETStandard 1.5)