BMuuN / vsts-assemblyinfo-task

Assembly Info is an extension for Azure DevOps that populates assembly information metadata from a build pipeline.
https://marketplace.visualstudio.com/items?itemName=bleddynrichards.Assembly-Info-Task
MIT License
44 stars 27 forks source link

Support for fully named attributes #357

Open motisoft opened 1 year ago

motisoft commented 1 year ago

Hi, i have some solutions with a few projects using the full attributes names which are not detected, those changes will fix the issues.

Example for the issue: [assembly: AssemblyVersionAttribute("1.0.0.0")]
[assembly: AssemblyFileVersionAttribute("1.0.0.0")]

motisoft commented 1 year ago

insertAttribute function can detect these too, so no changes needed there.