How to automatically increment the assembly version number in C# .
NET6 no longer has AssemblyInfo.cs, as we all know
And i try the answer at How to auto increment the version (eg. “1.0.*”) of a .NET Core project?
it doesn't work
How to automatically increment the assembly version number in C# .
NET6 no longer has AssemblyInfo.cs, as we all know
And i try the answer at How to auto increment the version (eg. “1.0.*”) of a .NET Core project?
it doesn't work