Skip to content

Releases: aaronpowell/dotnet-delice

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.

Release 1.1.0

28 Aug 05:00
Compare
Choose a tag to compare

[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 and isDeprecatedType

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
See more
  • cf721df Adding in support to call the GitHub API to check for a license
  • 692d458 Merge pull request #1 from michael-wolfenden/patch-1
  • cfb085d Fix LicenseCache.fs link
  • 8707cc0 Refactoring the core into its own project

This list of changes was auto generated.

Release 1.0.0

19 Aug 10:36
Compare
Choose a tag to compare

[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:

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.