System.DirectoryServices.Linq 1.2.2.1

dotnet add package System.DirectoryServices.Linq --version 1.2.2.1
NuGet\Install-Package System.DirectoryServices.Linq -Version 1.2.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.DirectoryServices.Linq" Version="1.2.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.DirectoryServices.Linq --version 1.2.2.1
#r "nuget: System.DirectoryServices.Linq, 1.2.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.DirectoryServices.Linq as a Cake Addin
#addin nuget:?package=System.DirectoryServices.Linq&version=1.2.2.1

// Install System.DirectoryServices.Linq as a Cake Tool
#tool nuget:?package=System.DirectoryServices.Linq&version=1.2.2.1

LINQ to AD (Active Directory) provides ways of querying Active Directory using LINQ syntax and Lambda expressions.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.2.1 2,870 6/12/2013
1.1.0 304 12/18/2012
1.0.4560.42444 49 6/27/2012
1.0.4534.37014 78 6/1/2012
1.0.4531.20575 43 5/28/2012
1.0.4531.20574 76 5/28/2012
1.0.4531.20573 44 5/28/2012
1.0.5 85 6/27/2012
1.0.0 89 5/26/2012

Fixed bugs and introduced the ability to set parent objects such as user.AddToParent(testOU); Also, released for .net 3.5, 4.0, and 4.5.