Hi All,
I would like to modify the AssemblyCopyright and AssemblyCompany in AssemblyInfo.cs file of a .NET project. As far as i searched, i didn't get an any idea. So i decided to write a plugin to achieve this. So, what i have to do first like what are the softwares that should install in server machine and in which programming language do i need to written the code? How to test the written plugin?
Below are the things i need to change in the file
[assembly: AssemblyCopyright("2001- 2010")]
[assembly: AssemblyCompany("The XXXX Software Foundation")]
Note: I have tried it using text find/replace in jenkins. No use in that. So, please do let me know is there any other way to achieve this.
Regards,
Vadivel