Skip to content

Commit

Permalink
Increment package version after release of Azure.AI.Language.Question…
Browse files Browse the repository at this point in the history
…Answering (Azure#22922)
  • Loading branch information
azure-sdk authored Jul 27, 2021
1 parent 2e0c5f2 commit 8d90a2b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2021-07-27)

- Initial release which supports querying of knowledge bases and text records.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This is the client library for the Question Answering service, a cloud-based Natural Language Processing (NLP) service that allows you to create a natural conversational layer over your data. It is used to find the most appropriate answer for any input from your custom knowledge base (KB) of information.</Description>
<AssemblyTitle>Microsoft Azure.AI.Language.QuestionAnswering client library</AssemblyTitle>
<Version>1.0.0-beta.1</Version>
<Version>1.0.0-beta.2</Version>
<PackageTags>Azure AI Language Question Answering QnA Maker</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
</PropertyGroup>
Expand Down

0 comments on commit 8d90a2b

Please sign in to comment.