What's the reason of avoiding version info in cpprest dll? It does make a problem during installation of multiple products depending on the dll. Windows installer needs this info to make a decision to replace this dll or to leave it (just increasing reference counter). In case of version info absence installer tries to replace it (which is wrong, especially in case when it used by a Windows service and installer requires computer restarting after installation). Please, add version info in cpprest dll. Of course, I can do it myself (and I actually do), but getting the latest version of the REST SDK someday via NuGet will replace my changes.
Thanks,
Andrey
Comments: Hi AndyX, I assume what you are referring to is by adding a resource file? If you have already done this would you consider contributing back? Also FYI the version information is available in our headers as well, take a look at [version.h](https://casablanca.codeplex.com/SourceControl/latest#Release/include/cpprest/version.h). Thanks, Steve
Thanks,
Andrey
Comments: Hi AndyX, I assume what you are referring to is by adding a resource file? If you have already done this would you consider contributing back? Also FYI the version information is available in our headers as well, take a look at [version.h](https://casablanca.codeplex.com/SourceControl/latest#Release/include/cpprest/version.h). Thanks, Steve