Releases: leonardochaia/dotnet-affected
Releases · leonardochaia/dotnet-affected
v6.1.0
What's Changed
- Support SLNX by using Microsoft.VisualStudio.SolutionPersistence by @nicholass-alcidion in #124
- Bumping the version of MSBuild Traversal to 4.1.82 by @artiomchi in #125
New Contributors
- @nicholass-alcidion made their first contribution in #124
- @artiomchi made their first contribution in #125
Full Changelog: v6.0.0...v6.1.0
v6.1.0-preview-1
What's Changed
- Support SLNX by using Microsoft.VisualStudio.SolutionPersistence by @nicholass-alcidion in #124
New Contributors
- @nicholass-alcidion made their first contribution in #124
Full Changelog: v6.0.0...6.1.0-preview-1
v6.0.0
BREAKING CHANGES:
net6.0 support has been dropped, net9.0 support was added.
Currently net8.0 and net9.0 are supported.
What's Changed
- feat: --filter-file-path to support relative paths by @leonardochaia in #106
- chore: upgrade to dotnet 9 by @sant11h in #109
- chore(build): use artifacts@v4 by @leonardochaia in #126
New Contributors
Full Changelog: v5.0.0...v6.0.0
v6.0.0-preview-1
BREAKING CHANGES:
net6.0 support has been dropped, net9.0 support was added.
Currently net8.0 and net9.0 are supported.
What's Changed
- feat: --filter-file-path to support relative paths by @leonardochaia in #106
- chore: upgrade to dotnet 9 by @sant11h in #109
New Contributors
Full Changelog: v5.0.0...v6.0.0-preview-1
v5.0.0
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
v4.0.1
What's Changed
- fix(predictions): normalize paths outside of project dir by @leonardochaia in #94
Full Changelog: v4.0.0...v4.0.1
v4.0.0
This release adds support for net8 and drops support for netcore3.1 since its EOL.
v4 supports net6, net7 and net8.
BREAKING CHANGES:
- add .net 8 support, remove netcore3.1 support by @tanordheim in #89
What's Changed
- chore: adds tests for non-sdk project by @leonardochaia in #86
- Update Microsoft.Build.Traversal sdk version to 4.1.0 by @batkaevruslan in #85
New Contributors
- @tanordheim made their first contribution in #89
- @batkaevruslan made their first contribution in #85
Full Changelog: v3.2.0...v4.0.0
v3.2.0
Breaking Changes
There shouldn't be any breaking changes.
New Features
--exclude
argument that can be used to exclude projects using regex
What's Changed
- docs: README.md and command description by @xIceFox in #78
- feat: exclude projects by @leonardochaia in #82
New Contributors
Full Changelog: v3.1.1...v3.2.0
v3.1.1
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