Skip to content

v1.0.31

Compare
Choose a tag to compare
@ZacharyPatten ZacharyPatten released this 08 Jul 03:28
· 179 commits to main since this release

Nuget Package

This was the first release after the master branch was renamed to main.

This release includes a lot of XML documentation updates. StyleCop.Analyzers was added this release.

New Features:

  • Tree.GetEnumerator()

Bug Fixes:

  • MethodInfo.GetDocumentation() extension method bug #52 fix afddb2f

Changes:

  • Quaternion.GetHashCode() now uses HashCode.Combine rather than ^ exclusive or
  • StepperStatus StepperReverseBreak<TStep>(TStep) added to ISortedBinaryTree<T>
  • UniversalQuantification obsolete attributes changed from errors to warnings
  • bool IsLocalFunction(this MethodInfo) -> bool IsLocalFunction(this MethodBase)