Skip to content

Commit cad2cd1

Browse files
committed
fix: version expression
Signed-off-by: Todd Baert <[email protected]>
1 parent d20431c commit cad2cd1

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

build/Common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Refer to https://docs.microsoft.com/nuget/concepts/package-versioning for semver syntax.
2525
-->
2626
<!-- 1.5-1.9999 -->
27-
<OpenFeatureVer>(1.5,2.0)</OpenFeatureVer>
27+
<OpenFeatureVer>[1.5,2.0)</OpenFeatureVer>
2828
</PropertyGroup>
2929

3030
<ItemGroup Condition="'$(OS)' == 'Unix'">

src/OpenFeature.Contrib.Hooks.Otel/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Requirements
44

5-
- open-feature/dotnet-sdk v1.5 > v2.0
5+
- open-feature/dotnet-sdk v1.5.0 > v2.0.0
66

77
## Usage - Traces
88

src/OpenFeature.Contrib.Providers.ConfigCat/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The ConfigCat Flag provider allows you to connect to your ConfigCat instance.
66

77
## Requirements
88

9-
- open-feature/dotnet-sdk v1.5 > v2.0
9+
- open-feature/dotnet-sdk v1.5.0 > v2.0.0
1010

1111
## Install dependencies
1212

src/OpenFeature.Contrib.Providers.FeatureManagement/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The FeatureManagement Provider allows you to use the FeatureManagement system as
66

77
## Requirements
88

9-
- open-feature/dotnet-sdk v1.5 > v2.0
9+
- open-feature/dotnet-sdk v1.5.0 > v2.0.0
1010

1111
## .NET SDK Usage
1212

src/OpenFeature.Contrib.Providers.Flagd/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The flagd Flag provider allows you to connect to your flagd instance.
66

77
## Requirements
88

9-
- open-feature/dotnet-sdk v1.5 > v2.0
9+
- open-feature/dotnet-sdk v1.5.0 > v2.0.0
1010

1111
## Install dependencies
1212

src/OpenFeature.Contrib.Providers.Flagsmith/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Flagsmith provider allows you to connect to your Flagsmith instance through
66

77
## Requirements
88

9-
- open-feature/dotnet-sdk v1.5 > v2.0
9+
- open-feature/dotnet-sdk v1.5.0 > v2.0.0
1010

1111
## Install dependencies
1212

src/OpenFeature.Contrib.Providers.GOFeatureFlag/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a complete feature flagging solution with the possibility to target only
1111

1212
## Requirements
1313

14-
- open-feature/dotnet-sdk v1.5 > v2.0
14+
- open-feature/dotnet-sdk v1.5.0 > v2.0.0
1515

1616
## Install dependencies
1717

src/OpenFeature.Contrib.Providers.Statsig/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Statsig Flag provider allows you to connect to Statsig. Please note this is
66

77
## Requirements
88

9-
- open-feature/dotnet-sdk v1.5 > v2.0
9+
- open-feature/dotnet-sdk v1.5.0 > v2.0.0
1010

1111
## Install dependencies
1212

0 commit comments

Comments
 (0)