Skip to content

Commit 7abdf5e

Browse files
authored
fix: update flagd provider docs, publishing (#39)
Signed-off-by: Todd Baert <[email protected]>
1 parent d7ed1f4 commit 7abdf5e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: .github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
if: ${{ steps.release.outputs.releases_created }}
2222
with:
2323
fetch-depth: 0
24+
submodules: recursive
2425

2526
- name: Install dependencies
2627
if: ${{ steps.release.outputs.releases_created }}

Diff for: src/OpenFeature.Contrib.Providers.Flagd/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Flagd Feature Flag .NET Provider
1+
# flagd Feature Flag .NET Provider
22

3-
The Flagd Flag provider allows you to connect to your Flagd instance.
3+
The flagd Flag provider allows you to connect to your flagd instance.
44

55
# .Net SDK usage
66

@@ -38,7 +38,7 @@ paket add OpenFeature.Contrib.Providers.Flagd
3838
#tool nuget:?package=OpenFeature.Contrib.Providers.Flagd
3939
```
4040

41-
## Using the FlagdProvider with the OpenFeature SDK
41+
## Using the flagd Provider with the OpenFeature SDK
4242

4343
This example assumes that the flagd server is running locally
4444
For example, you can start flagd with the following example configuration:
@@ -47,7 +47,7 @@ For example, you can start flagd with the following example configuration:
4747
flagd start --uri https://raw.githubusercontent.com/open-feature/flagd/main/config/samples/example_flags.json
4848
```
4949

50-
When the flagd service is running, you can use the SDK with the FlagdProvider as in the following example console application:
50+
When the flagd service is running, you can use the SDK with the flagd Provider as in the following example console application:
5151

5252
```csharp
5353
using OpenFeature.Contrib.Providers.Flagd;
@@ -74,7 +74,7 @@ namespace OpenFeatureTestApp
7474

7575
### Configuring the FlagdProvider
7676

77-
The URI of the flagd server to which the `FlagdProvider` connects to can either be passed directly to the constructor, or be configured using the following environment variables:
77+
The URI of the flagd server to which the `flagd Provider` connects to can either be passed directly to the constructor, or be configured using the following environment variables:
7878

7979
| Option name | Environment variable name | Type | Default | Values |
8080
| --------------------- | ------------------------------- | ------- | --------- | ------------- |

0 commit comments

Comments
 (0)