Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion releases/2021-03/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ The Azure SDK team is pleased to announce our March 2021 client library releases

[pattern.beta]: # (- ${PackageFriendlyName})

- Form Recognizer

## Installation Instructions

To install any of our packages, please search for them via `Manage NuGet Packages...` in Visual Studio (with `Include prerelease` checked) or copy these commands into your terminal:

```bash

$> dotnet install Azure.AI.FormRecognizer --version 3.1.0-beta.3
```

[pattern]: # ($> dotnet install ${PackageName} --version ${PackageVersion})
Expand All @@ -42,6 +44,11 @@ If you have a bug or feature request for one of the libraries, please [file an i

[pattern]: # (### ${PackageFriendlyName} ${PackageVersion} [Changelog]${ChangelogUrl}`n${HighlightsBody}`n)

### Form Recognizer 3.1.0-beta.3 [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md#310-beta3-2021-03-09)

#### New features
- Added protected constructors for mocking to `Operation` types, such as `TrainingOperation` and `RecognizeContentOperation`.

## Latest Releases

View all the latest versions of .NET packages [here][dotnet-latest-releases].
Expand Down