Skip to content

Commit d4f6bd2

Browse files
authored
Increment package version after release of Microsoft.Azure.CognitiveServices.Vision.ComputerVision (Azure#15852)
1 parent 7c83666 commit d4f6bd2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Release History
22

3+
## 6.1.0-beta.1 (Unreleased)
4+
5+
36
## 6.0.0 (2020-10-09)
47
### Added
58
### Changed
69
- Updating the description visual feature for analyze image method and the describe image method.
710

8-
## 6.0.0-preview.1 (2020-07-07)
11+
## 6.0.0-preview.1 (2020-07-07)

sdk/cognitiveservices/Vision.ComputerVision/src/Microsoft.Azure.CognitiveServices.Vision.ComputerVision.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyTitle>Microsoft Cognitive Services ComputerVision SDK</AssemblyTitle>
44
<Description>This client library provides access to the Microsoft Cognitive Services ComputerVision APIs.</Description>
5-
<Version>6.0.0</Version>
5+
<Version>6.1.0-beta.1</Version>
6+
<ApiCompatVersion>6.0.0</ApiCompatVersion>
67
<PackageTags>Microsoft Cognitive Services;Cognitive Services;Cognitive Services SDK;REST HTTP client;Computer Vision;Computer Vision API;Computer Vision SDK;Vision;netcore451511</PackageTags>
78
<PackageReleaseNotes>
89
<![CDATA[

0 commit comments

Comments
 (0)