v1.2.1
Minor maintenance release with an emphasis on updating the code to utilize new C# 9.0 capabilities and apply the latest version of code contracts. While some of these updates may improve reliability, they do not resolve any known bugs or introduce any new functionality.
Code Improvements
- Updated development dependencies, including GitVersion and the .NET Test Framework (89fd11e)
- Updated to C# 9.0 and implemented new capabilities such as target-typed object creation and improved pattern matching (5e34b68)
- Updated to new
Microsoft.CodeAnalysis.NetAnalyzers
and implemented new recommendations (d81de85) - Marked assemblies as CLS Compliant (6f05bd9, 7b8227a)