Skip to content

Commit 24c69a5

Browse files
Preparing for GA release (Azure#47130)
* GA release * Fixing the release date
1 parent 06e76ac commit 24c69a5

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

sdk/translation/Azure.AI.Translation.Document/CHANGELOG.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
# Release History
2-
## 2.1.0-beta.1 (Unreleased)
2+
3+
## 2.0.0 (2024-11-15)
34

45
### Features Added
56

67
- Exposed `JsonModelWriteCore` for model serialization procedure.
78

8-
### Breaking Changes
9-
10-
### Bugs Fixed
11-
12-
### Other Changes
13-
14-
## 2.0.0 (2024-08-16)
159

1610
### Other Changes
17-
This is a GA release. No new features added.
11+
- Renamed SingleDocumentTranslationClient's API from `document_translate` to `translate`
1812

1913
## 2.0.0-beta.2 (2024-07-05)
2014

sdk/translation/Azure.AI.Translation.Document/src/Azure.AI.Translation.Document.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Translator is a cloud-based machine translation service and is part of the Azure Cognitive Services family of cognitive APIs used to build intelligent apps. Translator is easy to integrate in your applications, websites, tools, and solutions. It allows you to add multi-language user experiences in 90 languages and dialects. And it can be used on any hardware platform with any operating system for text translation.</Description>
55
<AssemblyTitle>Microsoft Azure.AI.Translation.Document client library</AssemblyTitle>
6-
<Version>2.1.0-beta.1</Version>
6+
<Version>2.0.0</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
88
<!--<ApiCompatVersion>1.0.0</ApiCompatVersion> -->
99
<PackageTags>Microsoft Azure Document Translation</PackageTags>

0 commit comments

Comments
 (0)