Changelog
All notable changes to Dangl.Common are documented here.
v1.6.1:
- Add
net40
as target framework
v1.6.0:
- Add
ObservableDictionary<TKey, TValue>
class
v1.5.1:
- Drop tests for
netcoreapp2.2
and add tests fornetcoreapp3.1
- Add
StringExtensions.WithoutUnprintableCharacters()
v1.5.0:
- The generated assemblies now have a strong name. This is a breaking change of the binary API and will require recompilation on all systems that consume this package. The strong name of the generated assembly allows compatibility with other, signed tools. Please note that this does not increase security or provide tamper-proof binaries, as the key is available in the source code per Microsoft guidelines
v1.4.7:
- Tests are now also run in Linux
- Drop tests for
netcoreapp2.0
, add tests fornetcoreapp2.2
v1.4.6:
- Add
WithoutLinebreaks
toStringExtensions
v1.4.5
- Add
StringHashExtensions
withToMd5()
andToSha256()
v1.4.4
- Add
WithMaxLength()
toStringExtensions
- Add
WithMaxAbsoluteValue()
on newDecimalExtensions
v1.4.3
- Add
netstandard2.0
target - Switch build system to NUKE
v1.4.2
- Fix NullReferenceException when adding or removing null items to TrulyObservableCollection
v1.4.1
- Downgrade to netstandard1.3 and net45 for broader compatibility
v1.4.0
- PBKDF2 Iterations in the StringEncryptionExtensions are now configurable
v1.3.2
- Target NETStandard 1.3