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.
- Added GitHub Action builds
- Update dependencies
1.4.0 - 2022-07-08
- Target .NET 6.0
- Update dependencies
1.3.1 - 2021-08-09
- updated dependencies to fix a crash on Windows (#46)
- made parsing of version numbers more tolerant
1.3.0 - 2021-03-05
- in case we exceed the quota on nuget.org we wait 60 minutes and try again.
1.2.2 - 2021-03-04
- use .NET 5.0
- allow to run on Linux (again)
1.2.1 - 2021-03-04
- allow to run on Linux (again)
1.2.0 - 2021-03-04
- internal housekeeping
- use netcore 3.1
- find all packages, also ones that use SemVer v2.0.0
1.1.1 - 2019-07-24
- deal with exception when we don't get any versions back
1.1.0 - 2019-07-24
- allow to specify minimum and maximum versions
1.0.1 - 2019-07-19
- some internal refactorings
- Initial release