Skip to content

Releases: ecoAPM/dotnet-libyear

10.0.0

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 10 Jul 14:40
10.0.0
4cfb25b
  • Added support for .NET 10

9.0.2

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 25 Sep 19:43
9.0.2
357f8fe

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

9.0.1

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 19 Sep 21:33
9.0.1
4a57799

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

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 19 Nov 19:04
9.0.0
a38d314

Added support wildcard versions, updated runtime to .NET 9

8.2.0

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 04 Mar 21:17
8.2.0
5c289be

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

8.1.0

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 04 Mar 21:13
8.1.0
fb270d8

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

8.0.0

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 20 Nov 21:58
8.0.0
59b2b7c

Updated runtime to .NET 8

7.0.1

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 02 Dec 17:21
7.0.1
03a56e7

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

7.0.0

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 04 Oct 23:38
7.0.0
b5db64a

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

Choose a tag to compare

@SteveDesmond-ca SteveDesmond-ca released this 02 Aug 16:50
6.0.1
7e84575

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!)