Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Google.Cloud.Iam.V1 version 3.1.0 #11902

Merged
merged 1 commit into from
Feb 28, 2024
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
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>3.0.0</Version>
<Version>3.1.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>gRPC services for the Google Identity and Access Management API. This library is typically used as a dependency for other API client libraries.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.Iam.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 3.1.0, released 2024-02-28

### Documentation improvements

- Minor formatting ([commit cae56e0](https://github.com/googleapis/google-cloud-dotnet/commit/cae56e096d7119fe82d7201316ff6da42223eb52))

## Version 3.0.0, released 2022-06-07

This is the first version of this package to depend on GAX v4.
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2756,7 +2756,7 @@
"protoPath": "google/iam/v1",
"productName": "Google Cloud Identity and Access Management (IAM)",
"productUrl": "https://cloud.google.com/iam/",
"version": "3.0.0",
"version": "3.1.0",
"type": "grpc",
"metadataType": "CORE",
"description": "gRPC services for the Google Identity and Access Management API. This library is typically used as a dependency for other API client libraries.",
Expand Down