Re: [Mono-list] Embedded API: Getting assembly version via MonoAssemblyName

2015-03-28 Thread Robert Jordan
On 28.03.2015 14:40, Robert Jordan wrote: There are a couple of *pubic* mono_assembly_name_* functions in Some public, too. Sorry! :) ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Embedded API: Getting assembly version via MonoAssemblyName

2015-03-28 Thread Robert Jordan
On 27.03.2015 13:44, Jonathan Mitchell wrote: HI I want to get the assembly version like so: MONO_API uint16_t mono_assembly_name_get_version (MonoAssemblyName *aname, uint16_t *minor, uint16_t *build, uint16_t *revision);

Re: [Mono-dev] Some MSBuild porting progress

2015-03-28 Thread Miguel de Icaza
Hello, Question: does XS/MD depend on Microsoft.Build.Engine.dll? Because we only would need it if the IDE needed it, and in that case, hopefully we could replace it? But the idea is to make xbuild the script just use the new msbuild. Miguel On Sat, Mar 28, 2015 at 12:02 AM, Atsushi Enomoto