Skip to content

Commit 901d319

Browse files
authored
docs: Revise .NET version support details (#40)
1 parent 10474f3 commit 901d319

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
# Octopus Deploy OpenFeature provider for .NET
22

3-
The OctopusDeploy .NET [OpenFeature provider
4-
](https://openfeature.dev/docs/reference/concepts/provider/)
3+
The OctopusDeploy .NET [OpenFeature provider](https://openfeature.dev/docs/reference/concepts/provider/)
54

65
## About Octopus Deploy
76

87
[Octopus Deploy](https://octopus.com) is a sophisticated, best-of-breed continuous delivery (CD) platform for modern software teams. Octopus offers powerful release orchestration, deployment automation, and runbook automation, while handling the scale, complexity and governance expectations of even the largest organizations with the most complex deployment challenges.
98

109
## Supported .NET Versions
11-
This SDK is currently built for .NET 8.0, meaning it will run on .NET 8.0 and above.
12-
13-
If you require support for additional versions, please raise an issue.
10+
This SDK targets netstandard 2.0 for broad compatibility. You can review compatibility [on Microsoft's website](https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0).
1411

1512
## Getting Started
1613

@@ -38,4 +35,4 @@ if (await client.GetBooleanValue("to-the-moon-feature", false))
3835
}
3936
```
4037

41-
For information on using the OpenFeature client please refer to the [OpenFeature Documentation](https://docs.openfeature.dev/docs/reference/concepts/evaluation-api/).
38+
For information on using the OpenFeature client please refer to the [OpenFeature Documentation](https://docs.openfeature.dev/docs/reference/concepts/evaluation-api/).

0 commit comments

Comments
 (0)