Skip to content

Commit

Permalink
Release Google.Cloud.EssentialContacts.V1 version 2.2.0 (#10593)
Browse files Browse the repository at this point in the history
Changes in this release:

### Bug fixes

- Mark fields in Contacts message as REQUIRED ([commit 012b2f7](https://togithub.com/googleapis/google-cloud-dotnet/commit/012b2f79971ad2f212316e0247f18b82f54f852e))
  • Loading branch information
jskeet committed Jun 27, 2023
1 parent b3c9b08 commit daf6a38
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>2.1.0</Version>
<Version>2.2.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Essential Contacts API</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.EssentialContacts.V1/docs/history.md
@@ -1,5 +1,11 @@
# Version history

## Version 2.2.0, released 2023-06-27

### Bug fixes

- Mark fields in Contacts message as REQUIRED ([commit 012b2f7](https://github.com/googleapis/google-cloud-dotnet/commit/012b2f79971ad2f212316e0247f18b82f54f852e))

## Version 2.1.0, released 2023-01-18

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Expand Up @@ -2069,7 +2069,7 @@
},
{
"id": "Google.Cloud.EssentialContacts.V1",
"version": "2.1.0",
"version": "2.2.0",
"type": "grpc",
"productName": "Essential Contacts",
"productUrl": "https://cloud.google.com/resource-manager/docs/reference/essentialcontacts/rest",
Expand Down

0 comments on commit daf6a38

Please sign in to comment.