Adding Version Numbers to DLLs

16 views
Skip to first unread message

Avram Meitner

unread,
Dec 10, 2020, 10:13:56 PM12/10/20
to grpc.io
I need to add version numbers to the two dlls, grpc_csharp_ext.x86.dll and grpc_csharp_ext.x64.dll. It's not obvious to me how and where these are built. Where should I look?

Thanks,

Avram

Jan Tattermusch

unread,
Jan 11, 2021, 10:49:19 AM1/11/21
to grpc.io
Hi, 

the C# build process is a bit cumbersome due to the native dependency.
The actual native libraries we package in the nugets are built by this script:
which under the hood eventually executes this script:
(and the native libraries are built by cmake).

Hope that helps
Reply all
Reply to author
Forward
0 new messages