Skip to content

Commit

Permalink
Fix README section on SDK Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
geel9 committed Sep 18, 2024
1 parent adee32e commit db7b70b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ let result = try await trinsicUI.launchSession(launchUrl: "[REPLACE_ME]", callba

## SDK Versioning

var configuration = new Configuration { AccessToken = "your-access-token" };
Our SDKs follow the [Semantic Versioning](https://semver.org) ("SemVer") scheme.

var attachments = new AttachmentsApi(configuration);
var network = new NetworkApi(configuration);
var sessions = new SessionsApi(configuration);
For example, the version number `1.13.0` has a major version of `1`, a minor version of `13`, and a patch version of `0`.

Breaking changes are only introduced alongside a new major version.

## Support

Expand Down

0 comments on commit db7b70b

Please sign in to comment.