Skip to content

Commit

Permalink
[FormRecognizer] Post-release: updating project version number (#11549)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinelski authored Apr 28, 2020
1 parent bbc7e0d commit 54e7c4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-preview.2 (Unreleased)
Release notes will be provided here when the final set of features for the release is available.

## 1.0.0-preview.1 (04-23-2020)
This is the first preview Azure Form Recognizer client library that follows the [.NET Azure SDK Design Guidelines][guidelines].
This library replaces the package [`Microsoft.Azure.CognitiveServices.FormRecognizer`][cognitiveServices_fr_nuget].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This is the Microsoft Azure Cognitive Services Form Recognizer client library</Description>
<AssemblyTitle>Microsoft Azure.AI.FormRecognizer client library</AssemblyTitle>
<Version>1.0.0-preview.1</Version>
<Version>1.0.0-preview.2</Version>
<PackageTags>Microsoft Azure Form Recognizer</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<EnableApiCompat>false</EnableApiCompat>
Expand Down

0 comments on commit 54e7c4f

Please sign in to comment.