Skip to content

Latest commit

 

History

History
104 lines (63 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

104 lines (63 loc) · 2.11 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changed

  • Added GitHub Action builds
  • Update dependencies

1.4.0 - 2022-07-08

Changed

  • Target .NET 6.0
  • Update dependencies

1.3.1 - 2021-08-09

Fixed

  • updated dependencies to fix a crash on Windows (#46)
  • made parsing of version numbers more tolerant

1.3.0 - 2021-03-05

Changed

  • in case we exceed the quota on nuget.org we wait 60 minutes and try again.

1.2.2 - 2021-03-04

Changed

  • use .NET 5.0

Fixed

  • allow to run on Linux (again)

1.2.1 - 2021-03-04

Fixed

  • allow to run on Linux (again)

1.2.0 - 2021-03-04

Changed

  • internal housekeeping
  • use netcore 3.1

Fixed

  • find all packages, also ones that use SemVer v2.0.0

1.1.1 - 2019-07-24

Fixed

  • deal with exception when we don't get any versions back

1.1.0 - 2019-07-24

Added

  • allow to specify minimum and maximum versions

1.0.1 - 2019-07-19

Changed

  • some internal refactorings

[1.0.0] - 2019-07-17

Added

  • Initial release