Skip to content

Releases: stevenvolckaert/enterprise-library

Steven Volckaert's Enterprise Library 1.2.0

25 Nov 16:06
d093570
Compare
Choose a tag to compare

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

Steven Volckaert's Enterprise Library 1.1.1

27 Aug 15:10
Compare
Choose a tag to compare

New features

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

Steven Volckaert's Enterprise Library 1.1.0

07 Jun 06:56
Compare
Choose a tag to compare

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) (replaces String.DefaultIfNullOrEmpty(string))
  • String.FallbackIfNullOrWhitespace(string) (replaces String.DefaultIfNullOrWhitespace(string))
  • IEnumerable<T>.IsEmpty() (replaces IEnumerable<T>.Empty())

Other new features

  • Added several unit conversion methods to UnitConvert.

NuGet packages

Steven Volckaert's Enterprise Library 1.0.0

03 Mar 16:07
Compare
Choose a tag to compare

New features

Added extension methods

NuGet packages

Steven Volckaert's Enterprise Library 0.1.1

28 Dec 17:11
Compare
Choose a tag to compare

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

NuGet packages

Steven Volckaert's Enterprise Library 0.1.0

12 Dec 08:29
Compare
Choose a tag to compare

Version 0.1.0 is the initial release.

NuGet packages