Releases: aaronpowell/dotnet-delice
Releases · aaronpowell/dotnet-delice
v2.0.0
Release v1.8.0
[1.8.0]
Changed
- The similarity for the Sørensen–Dice coefficient comparison to SPDX templates is now an argument that defaults to 0.9, available via
--similarity
Release v1.7.1
Release v1.7.0
[1.7.0] - 2021-12-14
Changed
- Updated to .NET 6
- Merged PR #30 to better support multi-license packages
Release v1.6.0
[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
[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
[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
Release 1.4.0
[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:
- 43d8ff3 Updaing license year
- 89ae267 Updaing changelog
- 35d2964 Better error handling for unsupported project types
- 2ccd850 Merge pull request #12 from mhienle/patch-1
- d5e47c5 Fix typo
This list of changes was auto generated.
Release 1.3.0
[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