Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion sdk/cognitiveservices/Vision.ComputerVision/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Release History

## 6.1.0-beta.1 (Unreleased)


## 6.0.0 (2020-10-09)
### Added
### Changed
- Updating the description visual feature for analyze image method and the describe image method.

## 6.0.0-preview.1 (2020-07-07)
## 6.0.0-preview.1 (2020-07-07)
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Microsoft Cognitive Services ComputerVision SDK</AssemblyTitle>
<Description>This client library provides access to the Microsoft Cognitive Services ComputerVision APIs.</Description>
<Version>6.0.0</Version>
<Version>6.1.0-beta.1</Version>
<ApiCompatVersion>6.0.0</ApiCompatVersion>
<PackageTags>Microsoft Cognitive Services;Cognitive Services;Cognitive Services SDK;REST HTTP client;Computer Vision;Computer Vision API;Computer Vision SDK;Vision;netcore451511</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Expand Down