madhatter22 / LinqToLdap

C# LINQ provider built on top of System.DirectoryServices.Protocols for querying and updating LDAP servers.
MIT License
45 stars 23 forks source link

Version 4 Nuget not adding LinqToLdap.Contrib #5

Closed ssteiner closed 5 years ago

ssteiner commented 6 years ago

After experimenting with my own builds I wanted to add the nuget variety to my project again - and I noted that if I add the 4.0.0 package, it only adds LinqToLdap to my csproj. If I add 3.3.2 first, I get both LinqToLdap and LinqToLdap.Control and thus the async extensions, and if I then update to 4.0.0 the Contrib library remains. So I think something is wrong with the 4.0.0 nuget.

Also, the version number does not seem to have been updated.. it still says 3.3.2.0.

madhatter22 commented 5 years ago

I'm getting rid of Contrib in favor of an Async namespace for .Net 4.5 and .Net Standard going forward.