Constellation.Foundation.Labels
10.1.3.23485
See the version list below for details.
dotnet add package Constellation.Foundation.Labels --version 10.1.3.23485
NuGet\Install-Package Constellation.Foundation.Labels -Version 10.1.3.23485
<PackageReference Include="Constellation.Foundation.Labels" Version="10.1.3.23485" />
paket add Constellation.Foundation.Labels --version 10.1.3.23485
#r "nuget: Constellation.Foundation.Labels, 10.1.3.23485"
// Install Constellation.Foundation.Labels as a Cake Addin #addin nuget:?package=Constellation.Foundation.Labels&version=10.1.3.23485 // Install Constellation.Foundation.Labels as a Cake Tool #tool nuget:?package=Constellation.Foundation.Labels&version=10.1.3.23485
Compatible with Sitecore 10.0
Requires Sitecore 10.0
Requires .NET Framework 4.8
Constellation is a collection of utilities for .NET CMS implementers.
This small Foundation kit contains classes and attributes to allow for "label" models. These models are handled in a sort of "view bag" parallel strategy to
the proper Model View Controller paradigm, because labels are usually not the actual model content, but inform the user how to read it. This technology is used
instead of the typical Sitecore Dictionary strategy, which does not support caching in a graceful manner.
More documentation will follow in the near future.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
- Constellation.Foundation.ModelMapping (>= 10.1.0.29258)
- Constellation.Foundation.Mvc (>= 10.1.0.29339)
- Constellation.Foundation.UrlFriendlyPageNames (>= 10.1.0.22028)
- Microsoft.AspNet.Mvc (>= 5.2.4)
- Microsoft.AspNet.Razor (>= 3.2.7)
- Microsoft.AspNet.WebPages (>= 3.2.7)
- Sitecore.Kernel (>= 10.1.1)
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 |
---|---|---|
10.3.0.24390 | 1,691 | 6/16/2023 |
10.2.0.21918 | 2,559 | 11/15/2021 |
10.2.0.19188 | 814 | 11/15/2021 |
10.1.3.23485 | 1,606 | 9/24/2021 |
10.1.2.19471 | 879 | 8/18/2021 |
10.1.1.18713 | 856 | 8/9/2021 |
10.1.0.34747 | 856 | 8/6/2021 |
Fixed bad Controller reference on a Standard Value as a result of the namespace change.