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.ResourceSettings.V1 version 2.5.0 #14225

Merged
merged 1 commit into from
Feb 6, 2025
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.4.0</Version>
<Version>2.5.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Resource Settings API, which allows users to control and modify the behavior of their GCP resources (e.g., VM, firewall, Project, etc.) across the Cloud Resource Hierarchy.</Description>
Expand Down
5 changes: 5 additions & 0 deletions apis/Google.Cloud.ResourceSettings.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Version history

## Version 2.5.0, released 2025-02-05

This release is being used to publish a new front-page of
documentation, to indicate package deprecation.

## Version 2.4.0, released 2024-05-14

### New features
Expand Down
11 changes: 11 additions & 0 deletions apis/Google.Cloud.ResourceSettings.V1/docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{title}}

{{description}}

The Resource Settings API is officially deprecated.

The Google.Cloud.ResourceSettings.V1 package is delisted from NuGet,
and the source code removed from the google-cloud-dotnet repository.
Any projects that depend on the package will still be
able to restore that dependency, but the package won't be shown in
search results on [nuget.org](https://www.nuget.org/).
9 changes: 0 additions & 9 deletions apis/Google.Cloud.ResourceSettings.V1/smoketests.json

This file was deleted.

2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -4393,7 +4393,7 @@
},
{
"id": "Google.Cloud.ResourceSettings.V1",
"version": "2.4.0",
"version": "2.5.0",
"type": "grpc",
"productName": "Resource Settings",
"productUrl": "https://cloud.google.com/resource-settings/docs",
Expand Down