Releases: ecoAPM/dotnet-libyear
Release list
10.0.0
9.0.2
Fixes an issue where passing the -u/--update flag might not actually update project files.
9.0.1
Prevents the app from exiting prematurely when a version range is used for a dependency. (full version range support may be implemented in the future)
9.0.0
Added support wildcard versions, updated runtime to .NET 9
8.2.0
Added the ability to search a directory for project files recursively, even if one is found at the top level
8.1.0
Added support for Central Package Management (Directory.Packages.props) files
8.0.0
7.0.1
Fixed a potential condition where project file changes may not be saved to disk when the -u flag is passed
7.0.0
Added the ability to return an error exit code when the number of libyears behind for any dependency, project, or solution is greater than the specified limit
6.0.1
Fixed an incorrect negative libyear displaying for a library where a pre-release version is installed, that pre-release version is the newest version, and a final release exists prior to the pre-release version (thanks to @henrikrxn for finding this!)