Microsoft.SystemForCrossDomainIdentityManagement 1.0.130.62

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.SystemForCrossDomainIdentityManagement --version 1.0.130.62
NuGet\Install-Package Microsoft.SystemForCrossDomainIdentityManagement -Version 1.0.130.62
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="Microsoft.SystemForCrossDomainIdentityManagement" Version="1.0.130.62" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.SystemForCrossDomainIdentityManagement --version 1.0.130.62
#r "nuget: Microsoft.SystemForCrossDomainIdentityManagement, 1.0.130.62"
#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 Microsoft.SystemForCrossDomainIdentityManagement as a Cake Addin
#addin nuget:?package=Microsoft.SystemForCrossDomainIdentityManagement&version=1.0.130.62

// Install Microsoft.SystemForCrossDomainIdentityManagement as a Cake Tool
#tool nuget:?package=Microsoft.SystemForCrossDomainIdentityManagement&version=1.0.130.62

Microsoft libraries for integration with Microsoft Azure Active Directory

Product Compatible and additional computed target framework versions.
.NET Framework 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.5.95 74,335 5/26/2017
2.0.5.93 1,642 5/12/2017
2.0.5.91 1,265 5/10/2017
2.0.5.90 1,146 5/8/2017
2.0.5.89 1,113 5/4/2017
2.0.5.87 1,232 4/16/2017
2.0.5.83 1,197 4/14/2017
2.0.5.80 1,264 3/29/2017
2.0.5.79 1,207 3/22/2017
2.0.5.64 1,221 2/28/2017
2.0.5.45 1,289 2/9/2017
2.0.5.43 1,220 2/1/2017
2.0.5.42 1,152 2/1/2017
2.0.5.38 1,248 1/12/2017
2.0.5.37 1,211 1/10/2017
2.0.5.34 1,273 1/7/2017
2.0.5.26 1,265 12/6/2016
1.0.130.72 2,830 4/13/2016
1.0.130.71 1,299 4/8/2016
1.0.130.68 3,417 2/19/2016
1.0.130.62 1,435 2/17/2016
1.0.130.58 1,674 2/3/2016
1.0.130.54 1,452 1/26/2016
1.0.130.53 1,437 1/25/2016
1.0.130.52 1,403 1/22/2016
1.0.130.47 1,462 1/13/2016
1.0.130.41 1,676 12/3/2015
1.0.130.37 1,738 9/28/2015
1.0.130.33 1,473 9/14/2015
1.0.130.32 1,522 9/14/2015
1.0.130.31 1,512 9/14/2015

SchematizedJsonDeserializingFactory marked as obsolete, and replaced by SchematizedJsonDeserializingFactoryVersion2, which is a singleton.  Use SchematizedJsonDeserializingFactoryVersion2.Instance to get an instance of it.  

Whereas the System for Cross-Domain Identity Management specification says that the names of attributes are not case-sensitive by default, earlier versions of these libraries treated them as such.  That error is now rectified.  

Added support for filtering on a particular resource, so ~/Users/<id>?filter= ... and ~/Groups/<id>?filter= are now supported.  

Added the schema identifier, https://schemas.microsoft.com/2006/11/ResourceManagement/ADSCIM/Change, to facilitate querying for changes since a specified watermark, via ~/Changes/filter=watermark gt <watermark>.  A resource with the https://schemas.microsoft.com/2006/11/ResourceManagement/ADSCIM/Change schema identifier would simply be a Core2EnterpriseUser or WindowsAzureActiveDirectoryGroup with an additional attribute named, "watermark."