Skip to content

Releases: ecoAPM/dotnet-libyear

8.2.0

04 Mar 21:17
8.2.0
5c289be
Compare
Choose a tag to compare

Added the ability to search a directory for project files recursively, even if one is found at the top level

8.1.0

04 Mar 21:13
8.1.0
fb270d8
Compare
Choose a tag to compare

Added support for Central Package Management (Directory.Packages.props) files

8.0.0

20 Nov 21:58
8.0.0
59b2b7c
Compare
Choose a tag to compare

Updated runtime to .NET 8

7.0.1

02 Dec 17:21
7.0.1
03a56e7
Compare
Choose a tag to compare

Fixed a potential condition where project file changes may not be saved to disk when the -u flag is passed

7.0.0

04 Oct 23:38
7.0.0
b5db64a
Compare
Choose a tag to compare

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

02 Aug 16:50
6.0.1
7e84575
Compare
Choose a tag to compare

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

29 Dec 14:40
Compare
Choose a tag to compare
  • 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

12 Nov 20:09
Compare
Choose a tag to compare

Updated to .NET 6

4.1.1

12 Nov 15:04
Compare
Choose a tag to compare

Fixed PackageVersion namespace

4.1.0

12 Nov 15:03
Compare
Choose a tag to compare

Updated NuGet protocol to handle version numbers other than semantic versions