Monobjc / monobjc

Git Repository for the Monobjc Project
http://www.monobjc.net/
17 stars 3 forks source link

Monobjc 6.0 Assembly version missing #430

Closed lemonmojo closed 9 years ago

lemonmojo commented 9 years ago

In Monobjc 6.0 (V6.0.2662.0) the assembly version is missing from the main (Monobjc.dll) assembly. capturfiles_1

This is a major issue for me because I have a plugin system which depends on specific versions of the Monobjc assemblies being present in the main application. Now with the update to Monobjc 6.0, the version info is missing from the main assembly which causes my plugins to fail to load because they can't find the correct assembly. This is only the case for the main assembly. The framework assemblies (Monobjc.Foundation for instance) all have their version info properly embedded.