UnityConfiguration icon indicating copy to clipboard operation
UnityConfiguration copied to clipboard

Update NuGet package

Open sevek opened this issue 4 years ago • 1 comments

Hi

When I install this package via NuGet I get the version built/modified on ‎Sunday, ‎18 ‎December ‎2011, ‏‎7:43:46 pm. If I try and run this with Unity 5.11.10 I get

image

an error saying it cannot resolve the "Configure" method.

Looking at the package folder structure on sees that it was built for .Net 3.5 image

If I download and build the source, then add a reference to that dll the problem goes away. I really like this package

I would rather use NuGet where possible so would you be able to update the NuGet package?

Cheers Sevek

sevek avatar Mar 15 '21 00:03 sevek

I've looked into this a bit further and believe the difference is between https://github.com/thedersen/UnityConfiguration which works and https://github.com/bendup/UnityConfiguration which doesn't

It would appear that the bendup package, which was forked off the thedersen package, is the one which NuGet installs???

Both projects tell you to run

Install-Package UnityConfiguration

in the NuGet Package Manager Console.

I'm a little uncertain as to why this came about or what the implications are with respect to the different bases of the packages

sevek avatar Mar 16 '21 02:03 sevek