Nikcio.UHeadless.Members.Creation 5.0.0-preview001

This is a prerelease version of Nikcio.UHeadless.Members.Creation.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Nikcio.UHeadless.Members.Creation --version 5.0.0-preview001
NuGet\Install-Package Nikcio.UHeadless.Members.Creation -Version 5.0.0-preview001
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="Nikcio.UHeadless.Members.Creation" Version="5.0.0-preview001" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nikcio.UHeadless.Members.Creation --version 5.0.0-preview001
#r "nuget: Nikcio.UHeadless.Members.Creation, 5.0.0-preview001"
#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 Nikcio.UHeadless.Members.Creation as a Cake Addin
#addin nuget:?package=Nikcio.UHeadless.Members.Creation&version=5.0.0-preview001&prerelease

// Install Nikcio.UHeadless.Members.Creation as a Cake Tool
#tool nuget:?package=Nikcio.UHeadless.Members.Creation&version=5.0.0-preview001&prerelease

Nikcio.UHeadless

Quality Gate Status Build UHeadless Nuget Downloads Nuget Version Nuget (with prereleases)

Welcome to Nikcio.UHeadless.Creation, a powerful package that enables you to create custom models for your Umbraco CMS. This package provides an easy-to-setup solution for exposing your data internally in your application or externally to a database, Omnichannel API for something completely different. Nikcio.UHeadless.Creation offers a wide range of extensibility options to tailor your models to your specific needs.

Compatibility

The Nikcio.UHeadless.Creation package is compatible with the following Umbraco versions:

Umbraco version Supported Versions
Umbraco 11 v5.x.x
Umbraco 12 v5.x.x

For more information, please refer to the Versioning section.

Setup

Installation

To install the Nikcio.UHeadless.Creation package, run the following command:

dotnet add Nikcio.UHeadless.Creation

You can also find the package on NuGet.

Integration

To integrate the package into your project, follow these steps:

  1. Open your Startup.cs file.

  2. Add the following using statement:

    using Nikcio.UHeadless.Creation.Extensions;
    
  3. In the ConfigureServices method, add the following code:

    public void ConfigureServices(IServiceCollection services)
    {
        services.AddUmbraco(_env, _config)
            /* Code omitted for clarity */
            .AddUHeadlessCreation()
            /* Code omitted for clarity */
    }
    

With these configurations in place, you will be able to begin using the services and models provided by Nikcio.UHeadless.Creation. See the documentation for the next steps.

Documentation

For detailed documentation and usage instructions, please refer to the Nikcio.UHeadless.Creation Documentation.

Extending Packages

Nikcio.UHeadless.Creation offers various packages for extending its functionality. The following table lists the available packages and their current status:

Package Name Status
Nikcio.UHeadless.Creation.Content Included*
Nikcio.UHeadless.Creation.Media Included*
Nikcio.UHeadless.Creation.ContentTypes Included*
Nikcio.UHeadless.Creation.Members Available
Nikcio.UHeadless.Creation.Basics Preview**

*Included indicates that the package is included in the Nikcio.UHeadless NuGet package.

**Preview indicates that the package is available in a preview version.

Please note that if a Nikcio.UHeadless.Creation.* package is not listed above, it either means that the package is not ready for use or it is a core/base package used in the packages mentioned above.

Versioning

Nikcio.UHeadless.Creation follows the principles of Semantic Versioning to ensure consistency. The version numbers have the following meaning:

vX.Y.Z
  • X (Major): Indicates a breaking change.
  • Y (Minor): Signifies a feature change.
  • Z (Patch): Represents bug fixes.

It is important to note that the versioning of Nikcio.UHeadless.Creation does not align with Umbraco's major versions. To manage compatibility, the following versioning tactic has been adopted:

Versioning Tactic

Each Umbraco LTS (Long-Term Support) version is associated with a corresponding UHeadless LTS version. Any other UHeadless majors that are not marked as LTS will cease to receive support when a new major version is released. This approach allows you, as a developer, to choose the frequency of updates for both UHeadless and Umbraco.

The versioning tracks are as follows:

Track UHeadless Version Supported Umbraco Version
LTS N/A N/A
Edge v5.x.x v11.x.x & v12.x.x

Please note that LTS versions do not receive new features but will receive bug fixes when a newer major version is available.

Contributing

We welcome contributions to Nikcio.UHeadless.Creation. Please refer to the Contributing Guide for more information on how to get involved.


Sponsor Nikcio.UHeadless.Creation Development

If you find Nikcio.UHeadless.Creation valuable and would like to support its ongoing development, consider sponsoring the project through GitHub Sponsors. Your sponsorship helps ensure the continued improvement and maintenance of this package. Thank you for your support!

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Nikcio.UHeadless.Members.Creation:

Package Downloads
Nikcio.UHeadless.Members

Extend Nikcio.UHeadless with Members

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated