Releases: ecoAPM/dotnet-libyear
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
8.0.0
Updated runtime to .NET 8
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!)
6.0.0
- Improved console output display
- Improved concurrent file system performance
- Added full async/await support to all relevant methods
- Renamed
LibYear.Lib
=>LibYear.Core
- Removed support for
project.json
files - Fixed an issue where multiple instances of the app running simultaneously may produce project file lock contention
5.0.0
Updated to .NET 6
4.1.1
Fixed PackageVersion
namespace
4.1.0
Updated NuGet protocol to handle version numbers other than semantic versions