Open motisoft opened 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")]
insertAttribute function can detect these too, so no changes needed there.
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")]