v0.4.0
Note
This version drops support for .NET 5 which is no longer supported, but it will continue to work with .NET 5 SDKs.
Added
- Ability to run multiple scripts in a single call (e.g.
dotnet r build test pack
) (#10) - Support for globbing in script names (e.g
dotnet r test:*
will matchtest:unit
andtest:integration
) (#79)
Updated
- Bumped
System.CommandLine
from 2.0.0-beta3.22114.1 to 2.0.0-beta4.22272.1 - Bumped
System.CommandLine.Rendering
from 0.4.0-alpha.22114.1 to 0.4.0-alpha.22272.1