Skip to content

Commit

Permalink
Release Google.Cloud.Kms.Inventory.V1 version 1.4.0 (#12876)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://togithub.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))
  • Loading branch information
jskeet committed May 14, 2024
1 parent 3404a64 commit e429ac8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.3.0</Version>
<Version>1.4.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud KMS Inventory API.</Description>
Expand All @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.8.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Kms.V1" Version="[3.10.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Kms.V1" Version="[3.11.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
6 changes: 6 additions & 0 deletions apis/Google.Cloud.Kms.Inventory.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 1.4.0, released 2024-05-14

### New features

- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://github.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))

## Version 1.3.0, released 2024-03-27

### New features
Expand Down
4 changes: 2 additions & 2 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2789,7 +2789,7 @@
},
{
"id": "Google.Cloud.Kms.Inventory.V1",
"version": "1.3.0",
"version": "1.4.0",
"type": "grpc",
"productName": "KMS Inventory",
"productUrl": "https://cloud.google.com/kms/docs/",
Expand All @@ -2800,7 +2800,7 @@
"cryptography"
],
"dependencies": {
"Google.Cloud.Kms.V1": "3.10.0"
"Google.Cloud.Kms.V1": "3.11.0"
},
"generator": "micro",
"protoPath": "google/cloud/kms/inventory/v1",
Expand Down

0 comments on commit e429ac8

Please sign in to comment.