I'm trying to figure out, how to process and update value in AssemblyInfo.cs
of C#
WinForms
desktop application.
For example, where and how to process
string currentYear = DateTime.Now.Year.ToString();
and update in AssemblyInfo.cs
to always get only currentYear
with particular .exe
-> Properties/Details
-> description - Product name
from
[assembly: AssemblyProduct("Access described according " + currentYear + " year update")]
Any advice, guide or example would be useful