wgnf / liz

liz (ˈlɪz) is a tool to extract license-information from your project/solution aimed on a fast and correct process. Whether it's via a dotnet-CLI-Tool, Cake-Addin or Nuke-Addon
MIT License
9 stars 0 forks source link

Update Cake.ExtractLicenses to target Cake v2.0.0 #128

Closed augustoproiete closed 1 year ago

augustoproiete commented 1 year ago

Cake 2.0.0 has been released 🎉

wgnf commented 1 year ago

probably won't do, as it makes sense to upgrade to cake version 3 directly. but i'll have a look at that

wgnf commented 1 year ago

decided not to support 2.0, will upgrade to 3.0 directly (current implementation targets 0.38.x so it can generally be used in cake 2.x)

augustoproiete commented 1 year ago

Superseded by https://github.com/wgnf/liz/issues/129