Skip to content

Commit 9925a05

Browse files
chore: added shields to README
1 parent 27d3238 commit 9925a05

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
# AzureFunctions.DisabledWhen
22

3-
Conditionally disable Azure Functions based on configuration values using attributes.
4-
5-
## Packages
3+
![NuGet](https://img.shields.io/nuget/v/AzureFunctions.DisabledWhen?logo=nuget) ![License](https://img.shields.io/github/license/Anders-Toegersen/AzureFunctions.DisabledWhen)
64

7-
| Package | Description |
8-
|---------|-------------|
9-
| `AzureFunctions.DisabledWhen` | Reflection-based implementation |
10-
| `AzureFunctions.DisabledWhen.SourceGenerator` | Source-generated implementation |
5+
Conditionally disable Azure Functions based on configuration values using attributes.
116

127
## Installation
138

14-
### Reflection-based (simple setup)
9+
### Simple setup
1510

1611
```bash
1712
dotnet add package AzureFunctions.DisabledWhen
1813
```
1914

2015
See [`sample/SampleFunctionApp`](sample/SampleFunctionApp) for a working example.
2116

22-
### Source-generated (AOT-compatible)
17+
### Source generated setup
2318

2419
```bash
2520
dotnet add package AzureFunctions.DisabledWhen

0 commit comments

Comments
 (0)