gabrielrobert / xavtool

Xplat Automating Version Tool
https://gabrielrobert.github.io/xavtool/
MIT License
35 stars 2 forks source link

AssemblyInfo support #5

Open gabrielrobert opened 6 years ago

gabrielrobert commented 6 years ago

As state here:

AssemblyInfo.cs contains information about your assembly, like name, description, version, etc. You can find more details about its content reading the comments that are included in it. If you delete it, your assembly will be compiled with no information, i.e., in the Details tab of the file properties, you will see no name, no description, version 0.0.0.0, etc.

It could be interesting to support AssemblyInfo.cs files.

jerone commented 6 years ago

+1 for AssemblyInfo.cs files in all platforms, plus PCL.

eialanjones commented 6 years ago

+1 For this