Skip to content

Commit

Permalink
Release Google.Cloud.Language.V2 version 1.0.0-beta05 (#13339)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add model_version in ModerateTextRequest and expose severity score in ClassificationCategory ([commit 72d1958](https://github.com/googleapis/google-cloud-dotnet/commit/72d19583e9022fd2a3b41bdc580500d2ab3c965a))

### Documentation improvements

- Minor update on documentation ([commit 72d1958](https://github.com/googleapis/google-cloud-dotnet/commit/72d19583e9022fd2a3b41bdc580500d2ab3c965a))
  • Loading branch information
jskeet authored Jul 29, 2024
1 parent 0a28ce6 commit 6892f51
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta04</Version>
<Version>1.0.0-beta05</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Natural Language API (v2), which provides natural language understanding technologies, such as sentiment analysis, entity recognition, entity sentiment analysis, and other text annotations, to developers.</Description>
Expand Down
10 changes: 10 additions & 0 deletions apis/Google.Cloud.Language.V2/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Version history

## Version 1.0.0-beta05, released 2024-07-29

### New features

- Add model_version in ModerateTextRequest and expose severity score in ClassificationCategory ([commit 72d1958](https://github.com/googleapis/google-cloud-dotnet/commit/72d19583e9022fd2a3b41bdc580500d2ab3c965a))

### Documentation improvements

- Minor update on documentation ([commit 72d1958](https://github.com/googleapis/google-cloud-dotnet/commit/72d19583e9022fd2a3b41bdc580500d2ab3c965a))

## Version 1.0.0-beta04, released 2024-05-08

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2887,7 +2887,7 @@
},
{
"id": "Google.Cloud.Language.V2",
"version": "1.0.0-beta04",
"version": "1.0.0-beta05",
"type": "grpc",
"productName": "Cloud Natural Language",
"productUrl": "https://cloud.google.com/natural-language/docs",
Expand Down

0 comments on commit 6892f51

Please sign in to comment.