diff --git a/README.md b/README.md index 60fdc94..b43d325 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PowerCSharp -![PowerCSharp Banner](docs/images/PowerCSharp_Banner.png) +![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) [![PowerCSharp](https://img.shields.io/badge/PowerCSharp-v2.0.0-blue.svg)](https://github.com/marioarce/PowerCSharp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) diff --git a/src/Features/PowerCSharp.BuiltInFeatures/README.md b/src/Features/PowerCSharp.BuiltInFeatures/README.md index 4efb480..8dc58f5 100644 --- a/src/Features/PowerCSharp.BuiltInFeatures/README.md +++ b/src/Features/PowerCSharp.BuiltInFeatures/README.md @@ -1,5 +1,7 @@ # PowerCSharp.BuiltInFeatures +![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) + Bundle of lightweight, runtime-flag-toggled ASP.NET Core capabilities. Toggle each via `PowerFeatures::Enabled`. Any built-in can be disabled and replaced by a custom Pluggable Feature. diff --git a/src/Features/PowerCSharp.Feature.Cache.Abstractions/README.md b/src/Features/PowerCSharp.Feature.Cache.Abstractions/README.md index 5d4bee9..68e2a3b 100644 --- a/src/Features/PowerCSharp.Feature.Cache.Abstractions/README.md +++ b/src/Features/PowerCSharp.Feature.Cache.Abstractions/README.md @@ -1,5 +1,7 @@ # PowerCSharp.Feature.Cache.Abstractions +![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) + Framework-agnostic contracts and safe-off NoOp implementations for the PowerCSharp Cache feature. - Targets `netstandard2.0` and `net8.0`, so cache providers can run on **.NET Framework** and **.NET Core**. diff --git a/src/Features/PowerCSharp.Feature.Cache.BitFaster/README.md b/src/Features/PowerCSharp.Feature.Cache.BitFaster/README.md index b82b466..1411f1c 100644 --- a/src/Features/PowerCSharp.Feature.Cache.BitFaster/README.md +++ b/src/Features/PowerCSharp.Feature.Cache.BitFaster/README.md @@ -1,5 +1,7 @@ # PowerCSharp.Feature.Cache.BitFaster +![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) + BitFaster-backed implementation of the PowerCSharp Cache feature. References `BitFaster.Caching`; this dependency is isolated here and never enters apps that don't reference this package. diff --git a/src/Features/PowerCSharp.Feature.Cache.Disk/README.md b/src/Features/PowerCSharp.Feature.Cache.Disk/README.md index 1d44eb7..649f3fa 100644 --- a/src/Features/PowerCSharp.Feature.Cache.Disk/README.md +++ b/src/Features/PowerCSharp.Feature.Cache.Disk/README.md @@ -1,5 +1,7 @@ # PowerCSharp.Feature.Cache.Disk +![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) + Disk-backed LRU cache implementation for the PowerCSharp Cache feature. - Targets `net8.0`, so it runs on **.NET 8.0 and later**. diff --git a/src/Features/PowerCSharp.Feature.Cache/README.md b/src/Features/PowerCSharp.Feature.Cache/README.md index 12eb56d..65bccad 100644 --- a/src/Features/PowerCSharp.Feature.Cache/README.md +++ b/src/Features/PowerCSharp.Feature.Cache/README.md @@ -1,5 +1,7 @@ # PowerCSharp.Feature.Cache +![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) + Cache feature module, options, and ASP.NET Core wiring — **no third-party dependencies**. Pair this package with `PowerCSharp.Feature.Cache.Abstractions` (contracts + NoOp) and a provider package (e.g. `PowerCSharp.Feature.Cache.BitFaster`) to choose a backend. diff --git a/src/Features/PowerCSharp.Features.Abstractions/README.md b/src/Features/PowerCSharp.Features.Abstractions/README.md index a84142a..a236122 100644 --- a/src/Features/PowerCSharp.Features.Abstractions/README.md +++ b/src/Features/PowerCSharp.Features.Abstractions/README.md @@ -1,5 +1,7 @@ # PowerCSharp.Features.Abstractions +![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) + Contracts for the PowerCSharp Features system. Zero third-party dependencies so any feature can reference it cheaply (it relies only on the shared ASP.NET Core framework). diff --git a/src/Features/PowerCSharp.Features/README.md b/src/Features/PowerCSharp.Features/README.md index 3d799b3..6cdcdeb 100644 --- a/src/Features/PowerCSharp.Features/README.md +++ b/src/Features/PowerCSharp.Features/README.md @@ -1,5 +1,7 @@ # PowerCSharp.Features +![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) + The Features engine: feature discovery (hybrid auto-scan + explicit), composite flag resolution, DI orchestration, a feature registry, and diagnostics. diff --git a/src/PowerCSharp.Compatibility/README.md b/src/PowerCSharp.Compatibility/README.md index 45f3978..461cdaf 100644 --- a/src/PowerCSharp.Compatibility/README.md +++ b/src/PowerCSharp.Compatibility/README.md @@ -1,6 +1,6 @@ # PowerCSharp.Compatibility -![PowerCSharp Banner](../../docs/images/PowerCSharp_Banner.png) +![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) [![PowerCSharp.Compatibility](https://img.shields.io/badge/PowerCSharp.Compatibility-v0.1.0-blue.svg)](https://github.com/marioarce/PowerCSharp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) diff --git a/src/PowerCSharp.Core/README.md b/src/PowerCSharp.Core/README.md index e3ca22e..24556fd 100644 --- a/src/PowerCSharp.Core/README.md +++ b/src/PowerCSharp.Core/README.md @@ -1,6 +1,6 @@ # PowerCSharp.Core -![PowerCSharp Banner](../docs/images/PowerCSharp_Banner.png) +![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) [![PowerCSharp.Core](https://img.shields.io/badge/PowerCSharp.Core-v0.3.0-blue.svg)](https://github.com/marioarce/PowerCSharp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) diff --git a/src/PowerCSharp.Extensions.AspNetCore/README.md b/src/PowerCSharp.Extensions.AspNetCore/README.md index ff4d8a8..7c41467 100644 --- a/src/PowerCSharp.Extensions.AspNetCore/README.md +++ b/src/PowerCSharp.Extensions.AspNetCore/README.md @@ -1,6 +1,6 @@ # PowerCSharp.Extensions.AspNetCore -![PowerCSharp Banner](../../docs/images/PowerCSharp_Banner.png) +![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) [![PowerCSharp.Extensions.AspNetCore](https://img.shields.io/badge/PowerCSharp.Extensions.AspNetCore-v0.3.0-blue.svg)](https://github.com/marioarce/PowerCSharp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) diff --git a/src/PowerCSharp.Extensions/README.md b/src/PowerCSharp.Extensions/README.md index 84da19d..7f7d4b5 100644 --- a/src/PowerCSharp.Extensions/README.md +++ b/src/PowerCSharp.Extensions/README.md @@ -1,6 +1,6 @@ # PowerCSharp.Extensions -![PowerCSharp Banner](../docs/images/PowerCSharp_Banner.png) +![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) [![PowerCSharp.Extensions](https://img.shields.io/badge/PowerCSharp.Extensions-v0.3.0-blue.svg)](https://github.com/marioarce/PowerCSharp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) diff --git a/src/PowerCSharp.Helpers/README.md b/src/PowerCSharp.Helpers/README.md index dbf7b25..e2483e6 100644 --- a/src/PowerCSharp.Helpers/README.md +++ b/src/PowerCSharp.Helpers/README.md @@ -1,6 +1,6 @@ # PowerCSharp.Helpers -![PowerCSharp Banner](../docs/images/PowerCSharp_Banner.png) +![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) [![PowerCSharp.Helpers](https://img.shields.io/badge/PowerCSharp.Helpers-v0.2.0-blue.svg)](https://github.com/marioarce/PowerCSharp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) diff --git a/src/PowerCSharp.Utilities/README.md b/src/PowerCSharp.Utilities/README.md index 90e4f98..39d6f51 100644 --- a/src/PowerCSharp.Utilities/README.md +++ b/src/PowerCSharp.Utilities/README.md @@ -1,6 +1,6 @@ # PowerCSharp.Utilities -![PowerCSharp Banner](../docs/images/PowerCSharp_Banner.png) +![PowerCSharp Banner](https://raw.githubusercontent.com/marioarce/PowerCSharp/0191ee12092c28ccf5a578e59977583117a3ff00/docs/images/PowerCSharp_Banner.png) [![PowerCSharp.Utilities](https://img.shields.io/badge/PowerCSharp.Utilities-v0.2.0-blue.svg)](https://github.com/marioarce/PowerCSharp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)