Skip to content

Releases: eisnstein/PackCheck

Release v3.1.2

21 Dec 09:27

Choose a tag to compare

Enhancements

  • Make HTTP requests to the NuGet registry in parallel
  • Update dependencies

Release v3.1.1

13 Dec 18:08

Choose a tag to compare

Enhancements

  • Remove the word Version from the header in the columns to make them more narrow.
  • Update dependencies

Release v3.1.0

13 Dec 11:11

Choose a tag to compare

Enhancements

  • Add the --pre flag to the check command which defines if the latest version column should be shown. Default is false. You can also add the "Pre": true to your .packcheckrc file to show prerelease versions.
  • Switch from xUnit to TUnit test framework
  • Update dependencies

Release v3.0.3

14 Nov 15:03

Choose a tag to compare

Enhancements

  • Add net10.0 to target frameworks
  • Update dependencies

Release v3.0.2

12 Oct 13:58

Choose a tag to compare

Enhancements

  • Remove an unnecessary while loop in the fetch packages info task
  • Update dependencies

Bug fixes

  • Prevent freeze when more than 100 packages are given. Thanks to @zgabi. (#3)

Release v3.0.1

12 Sep 12:04

Choose a tag to compare

Update version to 3.0.1

Release v3.0.0

12 Sep 11:58

Choose a tag to compare

Fix type in .slnx file