CMSImport 3.4.0

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

// Install CMSImport as a Cake Tool
#tool nuget:?package=CMSImport&version=3.4.0

CMSImport helps you import content or members from any datasource into Umbraco CMS.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on CMSImport:

Package Downloads
CMSImport.ImportProviders.MemberserviceImportProvider

The member import provider that uses Memberservice API instead of member objects. This package requires that CMSImport is installed on Umbraco 7.5+.

CMSImport.FieldProviders.NuPicker

CMSImport NuPicker field providers adds extra field providers to support the NuPicker property editors. This package requires that CMSImport is installed.

CMSImport.DataProviders.MySql

The CMSImport MySql data provider allows you to use MySql as datasource. This package requires that CMSImport is installed.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
13.1.1 309 3/29/2024
13.1.0 1,660 1/25/2024
13.0.1 561 12/18/2023
13.0.0 112 12/15/2023
13.0.0-rc0002 71 12/11/2023
13.0.0-rc0001 65 12/11/2023
12.0.1 707 12/18/2023
12.0.0 5,985 6/29/2023
11.1.1-beta3 284 5/26/2023
11.1.1-beta2 114 5/15/2023
11.1.1-beta1 109 5/12/2023
11.1.0 5,397 3/17/2023
11.0.3 860 1/19/2023
11.0.2 382 12/16/2022
11.0.1 318 12/7/2022
11.0.0 602 12/2/2022
10.1.2 94 3/29/2024
10.1.1 451 12/18/2023
10.1.0 1,501 3/17/2023
10.0.5-beta2 124 3/13/2023
10.0.5-beta1 118 3/10/2023
10.0.4 2,886 1/19/2023
10.0.4-beta1 113 1/13/2023
10.0.3 1,519 12/16/2022
10.0.3-beta2 134 12/15/2022
10.0.3-beta1 108 12/9/2022
10.0.2 1,840 8/16/2022
10.0.1 956 6/20/2022
10.0.0 876 6/16/2022
10.0.0-rc1 152 6/9/2022
10.0.0-alpha1 126 5/31/2022
9.2.0 796 8/16/2022
9.2.0-beta1 349 7/7/2022
9.1.0 1,156 5/11/2022
9.1.0-beta6 435 3/23/2022
9.1.0-beta5 160 2/18/2022
9.1.0-beta4 142 2/18/2022
9.1.0-beta1 420 10/26/2021
9.0.0 845 9/29/2021
4.2.3 310 12/16/2022
4.2.2 7,603 8/29/2022
4.2.1 5,578 2/14/2022
4.2.0 5,803 7/7/2021
4.1.1 1,494 3/10/2021
4.1.0 388 3/4/2021
4.0.0 8,460 8/31/2020
3.7.8 36,028 5/16/2019
3.7.7 4,961 1/14/2019
3.7.6 11,908 11/20/2018
3.7.5 10,279 6/4/2018
3.7.4 3,781 2/15/2018
3.7.3 14,906 10/30/2017
3.7.2 5,506 6/22/2017
3.7.1 4,306 5/29/2017
3.7.0 1,596 4/11/2017
3.6.0 4,951 12/13/2016
3.5.3 21,859 6/30/2016
3.5.2 1,812 6/13/2016
3.5.1 2,097 4/19/2016
3.5.0 1,532 4/11/2016
3.4.0 6,070 2/3/2016
3.3.1 2,864 1/7/2016
3.3.0 1,577 11/12/2015
3.2.0 2,850 10/1/2015
3.1.2 1,957 8/26/2015
3.1.1 2,697 3/16/2015
3.1.0 5,853 3/4/2015

Added JSON Dataprovider (v7 only and requires the JSON dataprovider package also).
Added NuPicker support (v7 only and requires the nuPicker dataprovider package also).
Fixed validate media location for advanced settings of rich text editor.
Fixed duplicate media items get inserted when using umbraco importer.
Fixed created content node for new records needs to be deleted when in error state.
Fixed Hide file upload field in Import dahboard for urls.
Fixed Missing properties due doctype change in wizard should not block validation.