BREAKING CHANGES
.NET 7 support has been dropped (NET8 and NET6 currently supported)
- chore: updates packages. drop net7.0 support by @leonardochaia in #97
Deprecation Notice
--solution-file-path
is being discontinued and will be removed in the future. It is being replaced by--filter-file-path
, which has the same behavior but allows filtering from Solution files and any MSBuild valid project (like Traversal SDK projects). Other files may be supported in the future (i.e JSON, YAML)
Updated Packages
- "LibGit2Sharp" Version="0.30.0"
- "Microsoft.Build.Prediction" Version="1.2.18"
- "Microsoft.Build.Locator" Version="1.7.8"
- "Microsoft.Build" Version="17.11.4
What's Changed
- feat(discovery): supports discovering projects from MSBuild Project files (i.e traversal SDK) by @leonardochaia in #95
- fix : Various casing on "Version" should not throw by @MartyMcFlaye in #100
New Contributors
- @MartyMcFlaye made their first contribution in #100
Full Changelog: v4.0.1...v5.0.0