Closed kjellski closed 10 years ago
The version on nugget is very old. In the project we have on solution that is version agnostic (should work on any version after 2.0) We should update nuget more often (dont have the env right now to do it)
if you can upload it to nugget for us, i would appreciate !!!
Which project is version agnostic, I've tried most of them and bumping them down to 3.5 brings errors about missing features ( Numerics and Tasks mostly, I assume are in 4.0 and above )
@MiddTech I'm also unsure here. What I've done since now, was open the Mono version with mono and use that build.
@tpastor if you're giving me some hints on how to incorporate this best, I would provide the build configs to get this on travis in order to keep .Net 3.5 / Unity3D compatible versions building.
And just another question, why did you close the issue? It's not resolved, is it? I would like to help out here, but I'm confused with the project structure. With a bit of advice, I'd like to contribute...
Hi there,
I was just trying to install this in a solution generated by Unity3d for Mono Develop. Since I'm using NuGet for other projects, I tried installing artemis with NuGet. Unfortunately that failed miserably since the Projects generated are for .Net Version 3.5. but this is not provided by the NuGet package.
I've build my own dlls for now, but wanted to suggest making one available for public use with NuGet.
Would you accept contributions for this or do you have any plans on integrating this on your own?
Greetings, @kjellski