Dragonfly.Umbraco10.SchemaImporter 2.0.0

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

// Install Dragonfly.Umbraco10.SchemaImporter as a Cake Tool
#tool nuget:?package=Dragonfly.Umbraco10.SchemaImporter&version=2.0.0

Dragonfly Umbraco 10 Schema Importer

A tool to quickly import a generated package.xml file into the back-office of an Umbraco 10 Site created by Heather Floyd.

Dragonfly Website Umbraco Marketplace Nuget Downloads GitHub

Versions

This package is designed to work with Umbraco 10. View all available versions.

Installation

Nuget Downloads

    PM > Install-Package Dragonfly.Umbraco10.SchemaImporter

Usage

After installation, a Dashboard is added to the "Settings" section in the Umbraco back-office (ex: http://YOURSITE.COM/umbraco/#/settings?dashboard=Dragonfly.SchemaImporter)

  1. In your source site, use the "Create Package" tool in the "Packages" section to choose the schema items you want to copy, and download the resulting ZIP file. Extract the "package.xml" file from the ZIP.
  2. Install 'Schema Importer' into your destination site, and access it via the dashboard added in the "Settings" area. Browse to your downloaded "package.xml" file and import it into your site.

Umbraco's built-in package processing API is used - just like for NuGet packages, so your schema will be imported just like it was part of a NuGet package, without the overhead.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
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.1.0 103 4/25/2024
2.0.0 84 4/17/2024
1.2.0 778 12/5/2022
1.1.0 291 12/2/2022
1.0.0 365 10/5/2022
0.3.0 349 10/5/2022
0.2.0 411 8/12/2022
0.1.0 398 8/11/2022

Updated to use 'Dragonfly.Net6'