Nikcio.UHeadless.Base.Creation
5.0.0-preview001
dotnet add package Nikcio.UHeadless.Base.Creation --version 5.0.0-preview001
NuGet\Install-Package Nikcio.UHeadless.Base.Creation -Version 5.0.0-preview001
<PackageReference Include="Nikcio.UHeadless.Base.Creation" Version="5.0.0-preview001" />
paket add Nikcio.UHeadless.Base.Creation --version 5.0.0-preview001
#r "nuget: Nikcio.UHeadless.Base.Creation, 5.0.0-preview001"
// Install Nikcio.UHeadless.Base.Creation as a Cake Addin #addin nuget:?package=Nikcio.UHeadless.Base.Creation&version=5.0.0-preview001&prerelease // Install Nikcio.UHeadless.Base.Creation as a Cake Tool #tool nuget:?package=Nikcio.UHeadless.Base.Creation&version=5.0.0-preview001&prerelease
Nikcio.UHeadless
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:
Open your
Startup.cs
file.Add the following using statement:
using Nikcio.UHeadless.Creation.Extensions;
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 | Versions 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. |
-
net7.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.1)
- Umbraco.Cms.Web.Common (>= 11.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.
Version | Downloads | Last updated |
---|