WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: ecoAPM/dotnet-libyear

9.0.2

25 Sep 19:43
9.0.2
357f8fe

Choose a tag to compare

Fixes an issue where passing the -u/--update flag might not actually update project files.

9.0.1

19 Sep 21:33
9.0.1
4a57799

Choose a tag to compare

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

19 Nov 19:04
9.0.0
a38d314

Choose a tag to compare

Added support wildcard versions, updated runtime to .NET 9

8.2.0

04 Mar 21:17
8.2.0
5c289be

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

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

Choose a tag to compare

Updated runtime to .NET 8

7.0.1

02 Dec 17:21
7.0.1
03a56e7

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

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

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

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