cake-contrib / Cake.AddinDiscoverer

Tool to aid with discovering information about Cake Addins
MIT License
5 stars 6 forks source link

Include TFM in generated YAML #152

Closed Jericho closed 3 years ago

Jericho commented 3 years ago

After discussions with @augustoproiete and @pascalberger, we decided to list the target framework moniker (TFM) for each addin.

This information is already capture by the discoverer and it's already included in the generated Excel report.

One addin can target multiple frameworks therefore the content of this new YAML property will be a list.

Part of https://github.com/cake-build/website/issues/580

Jericho commented 3 years ago

The name of this new property in the YAML file will be TargetFrameworks.