Skip to content

v1.0.24-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@ZacharyPatten ZacharyPatten released this 18 May 23:30

Nuget Package

New Features:

  • GetXmlName (was coupled with GetDocumentation, but now it is exposed on it's own)
    • FieldInfo
    • PropertyInfo
    • EventInfo
    • ConstructorInfo
    • MethodInfo
    • Type
  • GetLeast
  • GetGreatest

Bug Fixes:

  • CommandLine.HandleArguments: fixed minor bug where it was allowing parameters with single - characters rather than two
  • QueueArray<T>.Newest: needed a - 1 on the index
  • QueueArray<T>[int index]: logic operators were wrong on min/max indices