Skip to content

Commit

Permalink
Turn Azure.Search.Documents to version 11 (#12996)
Browse files Browse the repository at this point in the history
Fixes #12963
  • Loading branch information
heaths authored and prmathur-microsoft committed Jul 8, 2020
1 parent 3730ce4 commit 3b41881
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions sdk/search/Azure.Search.Documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Release History

## 1.0.0-preview.5 (Unreleased)
## 11.0.0-preview.5 (Unreleased)

### Minor Changes

- Changed version to 11.0.0.

## 1.0.0-preview.4 (2020-06-09)

Expand All @@ -27,7 +30,6 @@
- `SearchClient.IndexDocuments` now throws an `AggregateException` wrapping all the `RequestFailedException`s in the batch.
- Removed `dynamic` support from `SearchDocument` for the time being.


## 1.0.0-preview.3 (2020-05-05)

### Breaking Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Search.Documents client library</AssemblyTitle>
<Version>1.0.0-preview.5</Version>
<Version>11.0.0-preview.5</Version>
<Description>
This is the Azure Cognitive Search client library for developing .NET
applications with rich search experiences. It enables you to query your
Expand Down

0 comments on commit 3b41881

Please sign in to comment.