Skip to content

Commit

Permalink
Updating readme regarding new annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Sep 23, 2024
1 parent 25a9ee5 commit 3ecb2d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ Console.WriteLine(response);

To use a custom HTTP client with this helper library, please see the [advanced example of how to do so](./advanced-examples/custom-http-client.md).

## Annotations

### Beta
Features marked with the `[Beta]` attribute are in a beta stage and may undergo changes in future releases. Use these features with caution as they may not be stable.

### Preview
Features marked with the `[Preview]` attribute are in a preview stage and are intended for evaluation purposes. They are subject to change and should not be used in production without thorough testing.

## Docker Image

The `Dockerfile` present in this repository and its respective `twilio/twilio-csharp` Docker image are used by Twilio for testing purposes.
Expand Down

0 comments on commit 3ecb2d7

Please sign in to comment.