v3.1.0
New Features
- Adds support for
.fsproj
and.vbproj
files - Adds
json
output formatter usingSystem.Text.Json
- Non-SDK projects should be supported (tests were added)
What's Changed
- feat: fsharp and visualbasic project detection by @leonardochaia in #67
- chore: adds tests for non-sdk project by @leonardochaia in #68
- chore: updates several packages by @leonardochaia in #70
- chore: fixes all warnings by @leonardochaia in #71
- chore: updates system.commandline by @leonardochaia in #72
- feat: json output formatter by @leonardochaia in #73
- fix: cli defaults by @leonardochaia in #74
Full Changelog: v3.0.0...v3.1.0