Releases: NimaAra/Easy.Common
Releases · NimaAra/Easy.Common
Easy.Common - 2.0.2
- Improved GetSystemDetails;
- Added methods to determine the presence of LARGEADDRESSAWARE flag
Easy.Common - 2.0.1
- Improved
ConfigReader
to allow finding default config files for the calling assembly - Improved Exception messages for
Ensure.Exists
- Minor refactoring
Easy.Common - 2.0.0
- Added support for
netstandard2.0
- Removed
ActiveDirectoryHelper
- Improved
ConfigReader
Easy.Common - 1.25.0
- Improved
UriExtensions
Easy.Common - 1.24.0
- Improved
UriExtensions
- More tests
Easy.Common - 1.23.0
- Added
BytesToHexConverter
Easy.Common - 1.22.0
- Added
Delimiters
- Added
IsBinary
extension method for determining whether a givenFileInfo
contains binary or text data
Easy.Common - 1.21.0
- Added support for comparing all the properties of two instances of a given object type
- Changed signature to return
PropertyIno[]
instead ofIEnumerable<PropertyInfo>
- Removed unused
PathHelper
class - Minor refactoring and better naming
Easy.Common - 1.20.0
- Improved
ProcessHelper
Easy.Common - 1.19.0
- Added extension methods for creating
KeyedCollectionEx<TKey, TItem>
from anIEnumerable<T>
- Improved documentation
- Minor refactoring