Skip to content

Commit 502c7e4

Browse files
committed
Release Google.Cloud.Compute.V1 version 2.16.0
Changes in this release: ### New features - Update Compute Engine API to revision 20240430 ([issue 900](#900)) ([commit 95da052](95da052)) - Update Compute Engine API to revision 20240421 ([issue 899](#899)) ([commit cc0431c](cc0431c)) - Update Compute Engine API to revision 20240407 ([issue 890](#890)) ([commit ee6c6f0](ee6c6f0)) - Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](022fab2))
1 parent 4ffdce0 commit 502c7e4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

apis/Google.Cloud.Compute.V1/Google.Cloud.Compute.V1/Google.Cloud.Compute.V1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>2.15.0</Version>
4+
<Version>2.16.0</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Google Cloud Compute Engine API.</Description>

apis/Google.Cloud.Compute.V1/docs/history.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Version history
22

3+
## Version 2.16.0, released 2024-05-08
4+
5+
### New features
6+
7+
- Update Compute Engine API to revision 20240430 ([issue 900](https://github.com/googleapis/google-cloud-dotnet/issues/900)) ([commit 95da052](https://github.com/googleapis/google-cloud-dotnet/commit/95da0521b6ee7c97fa560544647c3a29e7751c6e))
8+
- Update Compute Engine API to revision 20240421 ([issue 899](https://github.com/googleapis/google-cloud-dotnet/issues/899)) ([commit cc0431c](https://github.com/googleapis/google-cloud-dotnet/commit/cc0431c34f4a8affb8138beb711cd8c9bb5c8da4))
9+
- Update Compute Engine API to revision 20240407 ([issue 890](https://github.com/googleapis/google-cloud-dotnet/issues/890)) ([commit ee6c6f0](https://github.com/googleapis/google-cloud-dotnet/commit/ee6c6f02ddf65283b0919bc01cb65d7e6f2c87b0))
10+
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://github.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))
11+
312
## Version 2.15.0, released 2024-03-26
413

514
### New features

apis/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@
14261426
},
14271427
{
14281428
"id": "Google.Cloud.Compute.V1",
1429-
"version": "2.15.0",
1429+
"version": "2.16.0",
14301430
"type": "regapic",
14311431
"productName": "Compute Engine",
14321432
"productUrl": "https://cloud.google.com/compute",

0 commit comments

Comments
 (0)