Skip to content

Commit d00e82a

Browse files
authored
[FormRecognizer] Updated CHANGELOG and version number (#30403)
1 parent 07becd3 commit d00e82a

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 4.0.0-beta.5 (Unreleased)
3+
## 4.0.0-beta.5 (2022-08-09)
44

55
### Features Added
66
- Added `Length` property to `BoundingPolygon`.
@@ -34,10 +34,6 @@
3434
- Updated `CopyAuthorization.TargetModelLocation` to be a `Uri` instead of `string`.
3535
- Removed method `DocumentAnalysisModelFactory.CopyAuthorization`.
3636

37-
### Bugs Fixed
38-
39-
### Other Changes
40-
4137
## 4.0.0-beta.4 (2022-06-08)
4238

4339
### Features Added

sdk/formrecognizer/Azure.AI.FormRecognizer/MigrationGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Guide for migrating Azure.AI.FormRecognizer to version 4.0.x from versions 3.1.x and below
22

3-
This guide is intended to assist in the migration to `Azure.AI.FormRecognizer (4.0.x)` from versions `3.1.x` and below. It will focus on side-by-side comparisons for similar operations between versions. Please note that version `4.0.0-beta.4` will be used for comparison with `3.1.1`.
3+
This guide is intended to assist in the migration to `Azure.AI.FormRecognizer (4.0.x)` from versions `3.1.x` and below. It will focus on side-by-side comparisons for similar operations between versions. Please note that version `4.0.0-beta.5` will be used for comparison with `3.1.1`.
44

55
Familiarity with `Azure.AI.FormRecognizer (3.1.x and below)` package is assumed. For those new to the Azure Form Recognizer client library for .NET please refer to the [README][readme] rather than this guide.
66

sdk/formrecognizer/Azure.AI.FormRecognizer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This table shows the relationship between SDK versions and supported API version
2525

2626
|SDK version|Supported API version of service
2727
|-|-
28-
|4.0.0-beta.4 | 2.0, 2.1, 2022-06-30-preview
28+
|4.0.0-beta.5 | 2.0, 2.1, 2022-06-30-preview
2929
|3.1.X | 2.0, 2.1
3030
|3.0.X | 2.0
3131

0 commit comments

Comments
 (0)