Skip to content

Releases: leonardochaia/dotnet-affected

v6.1.0

26 Aug 11:24
3ddccb6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.1.0-preview-1

27 Jul 22:26
9bb6a2c
Compare
Choose a tag to compare
v6.1.0-preview-1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v6.0.0...6.1.0-preview-1

v6.0.0

18 Jul 16:04
6923d4c
Compare
Choose a tag to compare

BREAKING CHANGES:

net6.0 support has been dropped, net9.0 support was added.
Currently net8.0 and net9.0 are supported.

What's Changed

New Contributors

Full Changelog: v5.0.0...v6.0.0

v6.0.0-preview-1

10 Dec 16:49
93869d4
Compare
Choose a tag to compare
v6.0.0-preview-1 Pre-release
Pre-release

BREAKING CHANGES:

net6.0 support has been dropped, net9.0 support was added.
Currently net8.0 and net9.0 are supported.

What's Changed

New Contributors

Full Changelog: v5.0.0...v6.0.0-preview-1

v5.0.0

25 Oct 11:44
5bcf58c
Compare
Choose a tag to compare

BREAKING CHANGES

.NET 7 support has been dropped (NET8 and NET6 currently supported)

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

Full Changelog: v4.0.1...v5.0.0

v4.0.1

26 Sep 17:29
cfdb3a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

15 Jan 11:21
6a83d2f
Compare
Choose a tag to compare

This release adds support for net8 and drops support for netcore3.1 since its EOL.
v4 supports net6, net7 and net8.

BREAKING CHANGES:

What's Changed

New Contributors

Full Changelog: v3.2.0...v4.0.0

v3.2.0

12 Jul 11:45
84c86fb
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v3.1.1...v3.2.0

v3.1.1

09 Mar 22:51
5784758
Compare
Choose a tag to compare

Fixes

  • Fixes #75: issue while running on Alpine Linux.

Full Changelog: v3.1.0...v3.1.1

v3.1.0

06 Mar 16:00
1486c15
Compare
Choose a tag to compare

New Features

  • Adds support for .fsproj and .vbproj files
  • Adds json output formatter using System.Text.Json
  • Non-SDK projects should be supported (tests were added)

What's Changed

Full Changelog: v3.0.0...v3.1.0