Skip to content

Commit

Permalink
Release Google.Apps.Chat.V1 version 1.0.0-beta02 (#12624)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add Chat read state APIs ([commit 94ab34d](https://togithub.com/googleapis/google-cloud-dotnet/commit/94ab34d8db819b9c954e5c1948a7e3a280883afb))
  • Loading branch information
jskeet committed Apr 22, 2024
1 parent 850afb2 commit 662f70d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta01</Version>
<Version>1.0.0-beta02</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Chat API, which lets you build Chat apps to integrate your services with Google Chat and manage Chat resources such as spaces, members, and messages.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Apps.Chat.V1/docs/history.md
@@ -1,5 +1,11 @@
# Version history

## Version 1.0.0-beta02, released 2024-04-22

### New features

- Add Chat read state APIs ([commit 94ab34d](https://github.com/googleapis/google-cloud-dotnet/commit/94ab34d8db819b9c954e5c1948a7e3a280883afb))

## Version 1.0.0-beta01, released 2024-04-18

Initial release.
2 changes: 1 addition & 1 deletion apis/apis.json
Expand Up @@ -75,7 +75,7 @@
},
{
"id": "Google.Apps.Chat.V1",
"version": "1.0.0-beta01",
"version": "1.0.0-beta02",
"type": "grpc",
"productName": "Google Chat",
"productUrl": "https://developers.google.com/chat/concepts",
Expand Down

0 comments on commit 662f70d

Please sign in to comment.