Skip to content

Commit 1629374

Browse files
authored
Increment package version after release of Azure.Search.Documents (Azure#13291)
1 parent 84fa5c6 commit 1629374

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

sdk/search/Azure.Search.Documents/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 11.1.0-preview.1 (Unreleased)
4+
5+
36
## 11.0.0 (2020-07-07)
47

58
### Changed

sdk/search/Azure.Search.Documents/src/Azure.Search.Documents.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyTitle>Microsoft Azure.Search.Documents client library</AssemblyTitle>
4-
<Version>11.0.0</Version>
4+
<Version>11.1.0-preview.1</Version>
5+
<ApiCompatVersion>11.0.0</ApiCompatVersion>
56
<Description>
67
This is the Azure Cognitive Search client library for developing .NET
78
applications with rich search experiences. It enables you to query your

0 commit comments

Comments
 (0)