You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/sdk/client/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This version of the SDK is built for the following targets:
17
17
* .Net Standard 2.0
18
18
* .Net 8 Android, for use with Android 5.0 (Android API 21) and higher.
19
19
* .Net 8 iOS, for use with iOS 11 and higher.
20
-
* .Net 8 macOS (using Mac Catalyst), for use with macOS 10.15 and higher.
20
+
* .Net 8 macOS (using Mac Catalyst), for use with macOS 11 and higher.
21
21
* .Net 8 Windows (using WinUI), for Windows 11 and Windows 10 version 1809 or higher.
22
22
* .NET 8
23
23
@@ -54,7 +54,7 @@ We encourage pull requests and other contributions from the community. Check out
54
54
* Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.
55
55
* Gradually roll out a feature to an increasing percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).
56
56
* Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.
57
-
* Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). Disable parts of your application to facilitate maintenance, without taking everything offline.
57
+
* Grant access to certain features based on user attributes, like payment plan (eg: users on the 'gold' plan get access to more features than users in the 'silver' plan). Disable parts of your application to facilitate maintenance, without taking everything offline.
58
58
* LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Check out [our documentation](https://docs.launchdarkly.com/docs) for a complete list.
59
59
* Explore LaunchDarkly
60
60
*[launchdarkly.com](https://www.launchdarkly.com/"LaunchDarkly Main Website") for more information
0 commit comments