Skip to content

Commit

Permalink
Merge pull request #272 from deepgram/readme-updates
Browse files Browse the repository at this point in the history
adds section on backwards compatability
  • Loading branch information
davidvonthenen authored Apr 10, 2024
2 parents 9b4830a + bb1c799 commit e32502d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ Official .NET SDK for [Deepgram](https://www.deepgram.com/). Power your apps wit
- [Live Audio Transcription Quickstart](#live-audio-transcription-quickstart)
- [Example Code](#example-code)
- [Logging](#logging)
- [Backwards Compatability](#backwards-compatibility)
- [Development and Contributing](#development-and-contributing)
- [Getting Help](#getting-help)
- [Backwards Compatibility](#backwards-compatibility)

# Documentation

Expand Down Expand Up @@ -210,6 +212,10 @@ To increase the logging output/verbosity for debug or troubleshooting purposes,
Library.Initialize(LogLevel.Debug);
```

# Backwards Compatibility

Older SDK versions will receive Priority 1 (P1) bug support only. Security issues, both in our code and dependencies, are promptly addressed. Significant bugs without clear workarounds are also given priority attention.

# Development and Contributing

Interested in contributing? We ❤️ pull requests!
Expand Down

0 comments on commit e32502d

Please sign in to comment.