We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fa5c6 commit 1629374Copy full SHA for 1629374
sdk/search/Azure.Search.Documents/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Release History
2
3
+## 11.1.0-preview.1 (Unreleased)
4
+
5
6
## 11.0.0 (2020-07-07)
7
8
### Changed
sdk/search/Azure.Search.Documents/src/Azure.Search.Documents.csproj
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Microsoft Azure.Search.Documents client library</AssemblyTitle>
- <Version>11.0.0</Version>
+ <Version>11.1.0-preview.1</Version>
+ <ApiCompatVersion>11.0.0</ApiCompatVersion>
<Description>
This is the Azure Cognitive Search client library for developing .NET
applications with rich search experiences. It enables you to query your
0 commit comments