v2.2.0
REMARKS: When using net6, v6.0.2 or greater is required
Breaking Changes
Stdout output has changed. If you were piping dotnet-affected's stdout, I recommend using the --format text
option to get a text representation of changed projects. (If you need another format just create an issue)
What's Changed
- chore: fixes tests on windows by @leonardochaia in #29
- More verbose by @satano in #28
- refactor: tests to use repository by @leonardochaia in #30
- refactor: split up context by @leonardochaia in #32
- Adds support for detecting affected projects for version changes in centrally managed NuGet packages by @wterpstra in #23
- chore: updates packages to latest versions by @leonardochaia in #33
- feat: support packages with conditions by @leonardochaia in #34
- Fixes NullReference exception when Directory.Packages.props is added or FileNotFoundException when removed by @wterpstra in #37
Full Changelog: v2.1.0...v2.2.0