Ministry.Web.Themes
6.0.0
dotnet add package Ministry.Web.Themes --version 6.0.0
NuGet\Install-Package Ministry.Web.Themes -Version 6.0.0
<PackageReference Include="Ministry.Web.Themes" Version="6.0.0" />
paket add Ministry.Web.Themes --version 6.0.0
#r "nuget: Ministry.Web.Themes, 6.0.0"
// Install Ministry.Web.Themes as a Cake Addin #addin nuget:?package=Ministry.Web.Themes&version=6.0.0 // Install Ministry.Web.Themes as a Cake Tool #tool nuget:?package=Ministry.Web.Themes&version=6.0.0
Introduction
This project allows you to apply themes to a website based on configured values and host URLs. This is achieved by providing simple configuration data.
Sample configuration...
"AvailableThemes": {
"Themes": [
{
"ValidHosts": [
"localhost:44330",
"mainweb.com"
],
"Key": "Main",
"Title": "This is My App"
},
{
"ValidHosts": [
"localhost:44334",
"otherweb.com"
],
"Key": "Other"
}
],
"DefaultThemeKey": "Main"
}
Versions to Use
Use v1.x for AspNet Core 1 Use v2.x for AspNet Core 2 Use v6.x for AspNet Core in net 6 and above
Sample Notes
I don't think the included Sample website actually runs anymore - I've made token adjustments for changes in AspNet Core but getting it to run hasn't been a priority.
The Ministry of Technology Open Source Products
Welcome to The Ministry of Technology open source products. All open source Ministry of Technology products are distributed under the MIT License for maximum re-usability. Our other open source repositories can be found here...
Where can I get it?
You can download the package for this project from any of the following package managers...
Contribution guidelines
If you would like to contribute to the project, please contact me.
Who do I talk to?
- Keith Jackson - temporal-net@live.co.uk
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 is compatible. 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
- Microsoft.Extensions.DependencyModel (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
-
net8.0
- Microsoft.Extensions.DependencyModel (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.