We have a resource.dll that we are splitting into a Language Neutral Resource.dll and a Language specific Resource.dll.mui using the MUIRCT tool within the Windows SDK.
Unfortunately the LN file doesnt have any copyright, company, or version information (when viewed from Explorer\Properties\Details tab) and when dropping this assembly into VS it clearly doesnt have a version block. Does anyone know how to correctly version a Language Neutral file post execution of the MUIRCT.exe?
Hope that makes sense, let me know if you require any more information.