Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My web application is published as a precompiled mode (full site), so all my resource files (*.resx) are now replaced by some resource DLLs like this.

C#
app_localresources.usercontrols.245f38a1.dll
app_localresources.usercontrols.cdcab7d2.dll
app_localresources.usercontrols8.1.cdcab7d2.dll


Both their File Version and Product Version are '0.0.0.0'. I need to update them to a specific number, ie. '2018.4.22.0'.

I am looking for a tool that can sign that information for those DLLs, but I have not found yet.

I also read SignTool from MSDN, but it does not have a parameter to do that.

Is there another tool can do it? Please advise me!

What I have tried:

Research SignTool, but there is no command line or parameter to do it.
Posted
Updated 15-Jan-19 0:09am
Comments
M.Kamran Asim 14-Nov-18 2:56am    
Can you try AssemblyVersion and AssemblyFileVersion in Project AssemblyInfo.cs which is located in Properties->AssemblyInfo.cs.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900