Releases: aaronpowell/dotnet-delice
Releases · aaronpowell/dotnet-delice
Release 1.2.0
[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.
Release 1.1.0
[1.1.0] - 2019-08-28
Added
- Support for looking up a license via the GitHub API when the license is hosted on GitHub
- This reduces the number of packages that return "Unable to determine"
- User is able to provide a GitHub Personal Access Token (PAT) to avoid being rate-limited
- Support for looking at the contents of the license file to see if we can guess the type
- Showing license conformance with SPDX info (whether it's OSI, FSF, etc.). This is obtained from the SDPX database, which can be refreshed using a CLI flag
Changed
- Extracted the core of the project out to a separate project so it can be its own NuGet package
- Output now contains a new node for conformance in the pretty-print, and three new nodes in JSON,
isOsi
,isFsf
andisDeprecatedType
Changes:
- 6fd4a45 Updating readme
- 42a1749 Merge branch 'master' of https://github.com/aaronpowell/dotnet-delice
- b0bb685 cutting a new release
- 800fdb2 lowering the threshold on license confidence matching
- c5a453a Adding SPDX lookup and license conformance
- e6d4f2f If the NuGet package has a file linked using the new format, attempt to work out what the file is for
- cc724b6 Updated changelog and readme
- 49eb693 Adding a cli flag to opt-in on the license content test
- 4cc23e8 attempting to match the template of the license if all else has failed
- cadda3c Updated readme and changelog
Release 1.0.0
[1.0.0] - 2019-08-19
Initial Release 🎉
Added
- Locate all dependencies for a project and find their licenses
- Packages using the legacy
licenseUrl
field don't have their license properly discovered - Some packages using the legacy format are pre-parsed and stored in code
- Display output as pretty console output or JSON
- Ability to save JSON to file
Changes:
- a55bf45 Moving to the legacy task due to microsoft/azure-pipelines-tasks#7160
- 90ca33b bad yaml property
- 1a5481d wasn't getting the changelog set properly
- 3c6d6bc think i had the wrong yaml property set
- b9e04cd Adding a better readme
- 11f503e Need to specify the file extension when pushing
- 120cb43 template in the release notes. Not pretty, but functional
- 60397f6 better metadata in the package when generated
- 9ccd259 Flipping pipeline to push to github and nuget
- 13f4622 tweaking the PR pipeline to match main pipeline
See more
- e262f17 Ensuring output folder exists
- 9d67943 Getting version from changelog
- 438755a rolling back how the package version is generated
- bb7d6f9 casing issue
- 31050e4 casing issue
- d4265b4 trying with dependencies
- 036423d Trying things across stages
- 6a7ecbc testing how output vars work in pipelines
- 5924d83 Updated release notes and demo usage in pipeline
- e52005c Adding ability to push JSON to a file
- 29eac9f Supporting output as JSON
- 5999da8 Updating DLL name
- c81d952 Fixing issue where double-parse of cli flags was done
- 0b16941 Generating changelog for release
- 7ccfdcb had an environment named wrong
- c9b09e9 Invalid stage name
- e8f6e4c Setting up environments to release through
- 095fc78 path name incorrect in publish task
- 0784fa9 working on the pipeline
- 8d4f11b Merge branch 'master' of https://github.com/aaronpowell/dotnet-delice
- 1f69b2d Set up CI with Azure Pipelines
- a39f855 Working on getting a dotnet tool published
- abca039 refactored the cache to be URL based
- 0f1d7b9 Adding a local cache and pretty printing
- a04bd1f handling the user specified path
- 9e08957 Rolling up to look in the nuget fallback locations
- af10a9e More refactoring and producing a better object model
- 7a32476 Some refactoring to get slightly cleaner code
This list of changes was auto generated.