Kentico.Xperience.Contacts.Importer 1.0.0-prerelease-4

Prefix Reserved
This is a prerelease version of Kentico.Xperience.Contacts.Importer.
dotnet add package Kentico.Xperience.Contacts.Importer --version 1.0.0-prerelease-4
                    
NuGet\Install-Package Kentico.Xperience.Contacts.Importer -Version 1.0.0-prerelease-4
                    
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="Kentico.Xperience.Contacts.Importer" Version="1.0.0-prerelease-4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kentico.Xperience.Contacts.Importer" Version="1.0.0-prerelease-4" />
                    
Directory.Packages.props
<PackageReference Include="Kentico.Xperience.Contacts.Importer" />
                    
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 Kentico.Xperience.Contacts.Importer --version 1.0.0-prerelease-4
                    
#r "nuget: Kentico.Xperience.Contacts.Importer, 1.0.0-prerelease-4"
                    
#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 Kentico.Xperience.Contacts.Importer@1.0.0-prerelease-4
                    
#: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=Kentico.Xperience.Contacts.Importer&version=1.0.0-prerelease-4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Kentico.Xperience.Contacts.Importer&version=1.0.0-prerelease-4&prerelease
                    
Install as a Cake Tool

Xperience by Kentico Contacts Importer

Kentico Labs CI: Build and Test NuGet Package

Description

Enables bulk import and deletion of contacts in an Xperience by Kentico solution using a .csv file. Imported contacts can be automatically assigned to a contact group or recipient list during the import process.

Requirements

Library Version Matrix

Xperience Version Library Version
30.5.1-31.0.0 1.0.0-prerelease-3
>= 31.0.1 1.0.0-prerelease-4

Dependencies

Package Installation

Add the package to your application using the .NET CLI

dotnet add package --prerelease Kentico.Xperience.Contacts.Importer

Quick Start

Add AddContactsImport() and UseContactsImport() to your application startup code:

builder.Services.AddContactsImport();
// ... other service registrations

app.InitKentico();
// ... other middleware
app.UseContactsImport();

Full Instructions

View the Usage Guide for more detailed instructions.

Contributing

To see the guidelines for Contributing to Kentico open source software, please see Kentico's CONTRIBUTING.md for more information and follow the Kentico's CODE_OF_CONDUCT.

Instructions and technical details for contributing to this project can be found in Contributing Setup.

License

Distributed under the MIT License. See LICENSE.md for more information.

Support

Kentico Labs

This project has Kentico Labs limited support.

See SUPPORT.md for more information.

For any security issues see SECURITY.md.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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
1.0.0-prerelease-4 63 1/30/2026
1.0.0-prerelease-2 290 6/23/2025
1.0.0-prerelease-1 175 8/22/2023