Microsoft announced new version CSOM (Client Side Object Model) for SharePoint Online and Project Online – Feb 2018
Hi All,
On Feb 23, Microsoft announced new version CSOM (Client Side Object Model) for SharePoint Online and Project Online. We will get latest version of CSOM package for SharePoint Online from the NuGet gallery having search term – “Microsoft.SharePointOnline.CSOM”.
The latest version of CSOM package is v16.1.7414.1200 as

Figure 1: Office 365 – Latest release of CSOM in NuGet manager
Note: Here, only NuGet version is changed but assembly version remain same – 16.1.0.0

Figure 2: Office 365 – Latest CSOM release details in NuGet
This NuGet package is only for SharePoint Online and can not use as it is for SharePoint on-premises environment.
Important features in this release mostly hub site related changes are added like class Microsoft.Online.SharePoint.TenantAdministration.HubSitePermission and properties like Microsoft.Online.SharePoint.TenantAdministration.SiteProperties.IsHubSite, Microsoft.Online.SharePoint.TenantAdministration.SiteProperties.HubSiteId and so on.
New PowerShell CMDLETS are added like
Add-SPOHubSiteAssociation – Associating a site to a hub site
Add-SPOHubSiteAssociation – Associating a site to a hub site
Remove-SPOHubSiteAssociation – Remove hub association etc.
SharePoint Online Management Shell also updated for this CSOM release. We can download from here
References:
https://dev.office.com/blogs/new-sharepoint-csom-version-released-for-Office-365-february-2018
https://www.microsoft.com/en-us/download/details.aspx?id=35588
Thanks sir for the info!
Thanks!
You’re welcome.