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.Run.V2 version 2.12.0 #13952

Merged
merged 1 commit into from
Dec 6, 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>2.11.0</Version>
<Version>2.12.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Run Admin API (v2)</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.Run.V2/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 2.12.0, released 2024-12-06

### New features

- Support manual instance count in Cloud Run for manual scaling feature ([commit aa9150c](https://github.com/googleapis/google-cloud-dotnet/commit/aa9150cacc8005f1c2923220561c9c0c9b9c58f9))

## Version 2.11.0, released 2024-11-18

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -4271,7 +4271,7 @@
},
{
"id": "Google.Cloud.Run.V2",
"version": "2.11.0",
"version": "2.12.0",
"type": "grpc",
"productName": "Cloud Run Admin",
"productUrl": "https://cloud.google.com/run/docs",
Expand Down
Loading