[Mono-devel-list] [Patch] AssemblyName changes
Carlos Alberto Cortez
calberto.cortez at gmail.com
Thu May 19 18:29:30 EDT 2005
Hey,
> Does this fix
>
> http://bugzilla.ximian.com/show_bug.cgi?id=59891
>
> -- Ben
>
It is not exactly a patch for that error (I'm not getting that error,
however), but to correct the problem of always having something like:
AssemblyName aname = new AssemblyName ();
aname.Name = "Something";
and getting in Mono with FullName:
Something, Version=0.0.0.0
but with .Net
Something
By the way, I've rebuilt my tree, and no problems appear.
Can I commit?
Carlos.
More information about the Mono-devel-list
mailing list