Dragonfly.Umbraco10.SchemaImporter
2.0.0
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
<PackageReference Include="Dragonfly.Umbraco10.SchemaImporter" Version="2.0.0" />
paket add Dragonfly.Umbraco10.SchemaImporter --version 2.0.0
#r "nuget: Dragonfly.Umbraco10.SchemaImporter, 2.0.0"
// 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.
Versions
This package is designed to work with Umbraco 10. View all available versions.
Installation
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)
- 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.
- 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 | Versions 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. |
-
net6.0
- Dragonfly.Net6 (>= 1.0.0)
- Umbraco.Cms.Core (>= 10.0.1 && <= 14.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated to use 'Dragonfly.Net6'