How can I add copyright/company information to the EXE generated when publishing a .Net Core app?
Actually, by adding those information in the .csproj, the generated DLL is updated, but not the EXE.
How can I add copyright/company information to the EXE generated when publishing a .Net Core app?
Actually, by adding those information in the .csproj, the generated DLL is updated, but not the EXE.
Right Click the project in solution select "Properties" Under Package Tab.
Change Company & Copyright.
You got to use "dotnet build -r win10-x64" to produce .exe