Skip to content

v0.6.0

Latest

Choose a tag to compare

@xt0rted xt0rted released this 10 Apr 04:31
· 156 commits to main since this release
  • Dropped support for .NET Core 3.1
  • Dropped Support for .NET 6
  • Added support for .NET 8
  • Adjusted globbing so : acts like a path separator (#131)
    • foo:* will match foo:bar but not foo:bar:baz
    • foo:*:baz will match foo:bar:baz
    • foo:** will match foo:bar and foo:bar:baz