vsts-assemblyinfo-task icon indicating copy to clipboard operation
vsts-assemblyinfo-task copied to clipboard

Support for fully named attributes

Open motisoft opened this issue 10 months ago • 1 comments

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 avatar Sep 03 '23 21:09 motisoft

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

motisoft avatar Sep 03 '23 21:09 motisoft