CMSImport.DataProviders.Umbraco 3.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CMSImport.DataProviders.Umbraco --version 3.3.0
                    
NuGet\Install-Package CMSImport.DataProviders.Umbraco -Version 3.3.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.DataProviders.Umbraco" Version="3.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CMSImport.DataProviders.Umbraco" Version="3.3.0" />
                    
Directory.Packages.props
<PackageReference Include="CMSImport.DataProviders.Umbraco" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CMSImport.DataProviders.Umbraco --version 3.3.0
                    
#r "nuget: CMSImport.DataProviders.Umbraco, 3.3.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.
#:package CMSImport.DataProviders.Umbraco@3.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CMSImport.DataProviders.Umbraco&version=3.3.0
                    
Install as a Cake Addin
#tool nuget:?package=CMSImport.DataProviders.Umbraco&version=3.3.0
                    
Install as a Cake Tool

CMSImport Umbraco data providers adds extra data providers to support import from an Umbraco data source. The following info can be imported:

     - Umbraco content
     - Umbraco members
     - Umbraco dictionary items
     
     This package requires that CMSImport PRO is installed.

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.

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
4.2.2 583 8/29/2022
4.2.0 648 7/7/2021
3.7.8 6,398 5/16/2019
3.7.7 1,905 1/14/2019
3.7.6 1,422 11/20/2018
3.7.4 2,432 2/15/2018
3.7.2 1,959 6/22/2017
3.7.0 1,419 4/11/2017
3.6.0 1,521 12/13/2016
3.5.2 4,025 6/13/2016
3.5.0 1,794 4/11/2016
3.3.0 3,330 11/12/2015
3.2.0 1,979 10/1/2015
3.1.2 1,823 8/26/2015
3.1.0 1,894 3/4/2015

- Updated Url picker to connect to authenticated data sources.
- Added support for Memberpicker in Umbraco dataprovider.
- Fixed FieldLength error when importing Members using the Umbraco dataprovider.
- Fixed MediaResolver doesn't work for memberimport.
- Fixed deleted media references in old umbraco site breaks media import.