Describe changes here when they're committed to the master
branch. Move them to Released when the project version number is updated in preparation for publishing an updated NuGet package.
Prefix the description of the change with [major]
, [minor]
or [patch]
in accordance with Semantic Versioning.
- [minor] Drop .NET Framework target.
- [patch] Clean up temp directories on exit.
- [minor] Build tools for .NET Core 3.1.
- [major] Rename --version to --packageversion, don't fall back to latest if specified version isn't found.
- [patch] Update Nuget.Protocol to 5.7.
- [patch] Wait for package extraction to complete.
- [patch] Update to Nuget.Protocol 5.3.
- [patch] Fix comparing package with same version as previous comparison.
- [patch] If 1.2.3 is suggested, 1.2.3-xyz should be accepted.
- [minor] Optionally compare packages to pre-release version, defaulting to false.
- [minor] Add
includeInternals
option to ApiDiffTool, defaulting to false. This is a change in the default behavior. - [patch] Detect additions to interfaces as breaking changes.
- [patch] Fix error when
nuget.config
includes a local directory.
- Suggest appropriate version for starting version below 1.0.0 or with prerelease.
- Initial release.