yes, messed up with the change out from using ILMerge.
Will take a day to get the fixed version up.
Those only affects the Clojure.dll-only nuget package.
The Clojure.Main nuget package and the sourceforge zips are okay.
A question for the group: How important is the ILMerge?
Putting it back in for 461 is possible, I suppose, but it would take work.
Putting it in for Core would be a LOT of work. there is no core.clj.dll, e.g., because there is AOT-compilation, so I'd have to include all the Clojure source files as embedded resources in a DLL and hope the ILMerge handles them properly.
A lot of error-prone work on tooling to make this happen.
This should not really be an issue for people using the Nuget packages in standard ways -- you're not going to see the files.
So that leaves folks using the SourceForge zips.
How important is ILMerge-ing everything to one DLL at this point?
Feedback requested.
-David