Commit cad2cd1 1 parent d20431c commit cad2cd1 Copy full SHA for cad2cd1
File tree 8 files changed +8
-8
lines changed
OpenFeature.Contrib.Hooks.Otel
OpenFeature.Contrib.Providers.ConfigCat
OpenFeature.Contrib.Providers.FeatureManagement
OpenFeature.Contrib.Providers.Flagd
OpenFeature.Contrib.Providers.Flagsmith
OpenFeature.Contrib.Providers.GOFeatureFlag
OpenFeature.Contrib.Providers.Statsig
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
Refer to https://docs.microsoft.com/nuget/concepts/package-versioning for semver syntax.
25
25
-->
26
26
<!-- 1.5-1.9999 -->
27
- <OpenFeatureVer >( 1.5,2.0)</OpenFeatureVer >
27
+ <OpenFeatureVer >[ 1.5,2.0)</OpenFeatureVer >
28
28
</PropertyGroup >
29
29
30
30
<ItemGroup Condition =" '$(OS)' == 'Unix'" >
Original file line number Diff line number Diff line change 2
2
3
3
## Requirements
4
4
5
- - open-feature/dotnet-sdk v1.5 > v2.0
5
+ - open-feature/dotnet-sdk v1.5.0 > v2.0 .0
6
6
7
7
## Usage - Traces
8
8
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The ConfigCat Flag provider allows you to connect to your ConfigCat instance.
6
6
7
7
## Requirements
8
8
9
- - open-feature/dotnet-sdk v1.5 > v2.0
9
+ - open-feature/dotnet-sdk v1.5.0 > v2.0 .0
10
10
11
11
## Install dependencies
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The FeatureManagement Provider allows you to use the FeatureManagement system as
6
6
7
7
## Requirements
8
8
9
- - open-feature/dotnet-sdk v1.5 > v2.0
9
+ - open-feature/dotnet-sdk v1.5.0 > v2.0 .0
10
10
11
11
## .NET SDK Usage
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The flagd Flag provider allows you to connect to your flagd instance.
6
6
7
7
## Requirements
8
8
9
- - open-feature/dotnet-sdk v1.5 > v2.0
9
+ - open-feature/dotnet-sdk v1.5.0 > v2.0 .0
10
10
11
11
## Install dependencies
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The Flagsmith provider allows you to connect to your Flagsmith instance through
6
6
7
7
## Requirements
8
8
9
- - open-feature/dotnet-sdk v1.5 > v2.0
9
+ - open-feature/dotnet-sdk v1.5.0 > v2.0 .0
10
10
11
11
## Install dependencies
12
12
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This is a complete feature flagging solution with the possibility to target only
11
11
12
12
## Requirements
13
13
14
- - open-feature/dotnet-sdk v1.5 > v2.0
14
+ - open-feature/dotnet-sdk v1.5.0 > v2.0 .0
15
15
16
16
## Install dependencies
17
17
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The Statsig Flag provider allows you to connect to Statsig. Please note this is
6
6
7
7
## Requirements
8
8
9
- - open-feature/dotnet-sdk v1.5 > v2.0
9
+ - open-feature/dotnet-sdk v1.5.0 > v2.0 .0
10
10
11
11
## Install dependencies
12
12
You can’t perform that action at this time.
0 commit comments