v1.1.0
- Adds support for .NET v3.5. Previous versions required .NET 4.0.
- Source code migrated to C# 6 including string interpolation, readonly properties, expression body properties, property initialisers, nameof and null propagation.
- Some small performance improvements.
- Various API documentation tweaks.
- Removes
Directory.Get*Nullable
in favour ofDirectory.TryGet*
. Capitalisation changes to some uncommonly used API members. - Make
Rational
a value type.