Some solution use the practice of having a solution-wide AssemblyInfo.cs file that's included to every contained project. Currently generation logic expects the source file in a conventional location.
Consider adding option to change the source file location -or- if possible with good performance - to automatically discover the file from some alternate locations (ex: from next to solution file).
Some solution use the practice of having a solution-wide AssemblyInfo.cs file that's included to every contained project. Currently generation logic expects the source file in a conventional location.
Consider adding option to change the source file location -or- if possible with good performance - to automatically discover the file from some alternate locations (ex: from next to solution file).