Tulpep / Active-Directory-Object-Picker

The standard Active Directory object picker dialog for .NET
Other
87 stars 20 forks source link

Fix interface break #20

Closed fgreinacher closed 7 years ago

fgreinacher commented 7 years ago

My PR (#19) accidentially removed the public type NameTranslator. This will break clients that use that type.

This PR rolls back my previous changes and gets rid of the dependency by embedding the COM interop types in ActiveDirectoryObjectPicker.dll.

Sorry for the trouble!

ricardopolo commented 7 years ago

So... we are not able to make the change @fgreinacher?

Thanks :)

fgreinacher commented 7 years ago

Well, this accomplishes the same (not needing to include ActiveDs.dll in the nupkg) without breaking stuff :)

ricardopolo commented 7 years ago

Great!! Awesome. There is a new Nuget released :)