Skip to content

Releases: aaronpowell/dotnet-delice

Release v1.8.0

15 Jul 01:58
Compare
Choose a tag to compare

[1.8.0]

Changed

  • The similarity for the S酶rensen鈥揇ice coefficient comparison to SPDX templates is now an argument that defaults to 0.9, available via --similarity

Release v1.7.1

04 May 04:18
Compare
Choose a tag to compare

[1.7.1] - 2022-05-04

Changed

  • Merged PR #31 to fix readme
  • Fixed #32

Release v1.7.0

13 Dec 22:22
Compare
Choose a tag to compare

[1.7.0] - 2021-12-14

Changed

  • Updated to .NET 6
  • Merged PR #30 to better support multi-license packages

Release v1.6.0

30 Mar 04:28
Compare
Choose a tag to compare

[1.6.0] - 2021-03-30

Changed

  • Updated to .NET 5
  • Upgraded packages
  • Added a devcontainer for easier development
  • Moved to GitHub Actions and created new build/release pipeline

Release 1.5.2

09 Jun 22:48
Compare
Choose a tag to compare

[1.5.2] - 2020-06-09

Fixed

  • Error handling the potential for a failed response when querying GitHub for license info (issue #21)

Changes:

  • 83a9834 simplifying how pipeline gets version
  • 81a5031 Fixing #21 with error handling github api call

This list of changes was auto generated.

Release 1.5.1

09 Jun 06:42
Compare
Choose a tag to compare

[1.5.1] - 2020-06-09

Fixed

  • Normalising paths to license within a nuget package across OSes (issue #20)

Changed

  • Moving the common licenses to separate files rather than one big one

Release 1.5.0

04 May 11:21
Compare
Choose a tag to compare

Changed

  • Detecting dotnet tool references and handling them (issue #15)
  • Making isFsfLibre optional since it's often missing in the JSON SPDX response (issue #14)

Release 1.4.0

10 Jan 06:02
Compare
Choose a tag to compare

[1.4.0] - 2020-01-10

Changed

  • Detecting unknown project styles and excluding them to reduce likelyhood of crashes when running against full framework projects

Changes:

This list of changes was auto generated.

Release 1.3.0

24 Oct 01:05
Compare
Choose a tag to compare

[1.3.0] - 2019-10-24

Added

  • Putting version number for package in properties of the JSON output (issues #7)
  • Putting URL for package license in properties of the JSON output (issues #9)

Changed

  • JSON output now includes the version and URL for packages (where available)
  • Pretty print output includes version
  • Better error message when the dependency graph for a project fails to load

Changes:

  • 9ed2f70 Of course you can't use & in the changelog, it'll break XML
  • 0cc29c3 Cleaning up the output file to be more modular and simpler to use
  • 0764e8e Adding changelog information
  • 93306aa Better error information for non-SDK project files
  • e73ec4b Introducing a special display name and using Option type of url
  • 5b9543e Merge branch 'issue7/versionnumbers' of https://github.com/yassinjabri/dotnet-delice into yassinjabri-issue7/versionnumbers
  • e9c6f6c Fixing merge issue
  • ebb2fcb issue #7: fix pretty print output
  • 40c5db2 issue #7: fix url output
  • 7de6b71 issue #7: fixed pretty print, changed class to record type
See More
  • fec6073 issue #7: fixed line endings to LF
  • 84feb7d issue #9: seperate url property in json output
  • 3024c1e issue #7: packages with version number in json output

This list of changes was auto generated.

Release 1.2.0

22 Oct 23:58
Compare
Choose a tag to compare

[1.2.0] - 2019-10-23

Added

  • Detection of Project References as a unique license mode

Changed

  • Project References are now extracted out to a separate node in the response since their license is unknown
  • Updated to .NET Core 3.0

Changes:

  • 0835b03 Adding changelog
  • 496c180 ignoring merge files
  • 5ef86b5 formatting fixes from merge
  • 0d9da00 Merge branch 'master' into project-refs
  • d03617a Better formatting to improve readability
  • a563002 updating to .NET Core 3.0
  • 8f1724e Initial idea for handling project references

This list of changes was auto generated.