Skip to content

Commit

Permalink
Release Google.Cloud.Storage.V1 version 4.10.0 (#12422)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Change netstandard2.1 target to netstandard2.0 ([commit 82bea85](https://togithub.com/googleapis/google-cloud-dotnet/commit/82bea850661975b9750ac30753528cc9d2e05240))
- Support object soft delete ([commit ae28cb4](https://togithub.com/googleapis/google-cloud-dotnet/commit/ae28cb432f96ebaebb330ee59ff7c8bf31272621))
  • Loading branch information
jskeet committed Mar 27, 2024
1 parent 5762fa9 commit b5e76dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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>4.9.0</Version>
<Version>4.10.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Storage API. It wraps the Google.Apis.Storage.v1 client library, making common operations simpler in client code. Google Cloud Storage stores and retrieves potentially large, immutable data objects.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.Storage.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 4.10.0, released 2024-03-26

### New features

- Change netstandard2.1 target to netstandard2.0 ([commit 82bea85](https://github.com/googleapis/google-cloud-dotnet/commit/82bea850661975b9750ac30753528cc9d2e05240))
- Support object soft delete ([commit ae28cb4](https://github.com/googleapis/google-cloud-dotnet/commit/ae28cb432f96ebaebb330ee59ff7c8bf31272621))
## Version 4.9.0, released 2024-03-07

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -4652,7 +4652,7 @@
"id": "Google.Cloud.Storage.V1",
"productName": "Google Cloud Storage",
"productUrl": "https://cloud.google.com/storage/",
"version": "4.9.0",
"version": "4.10.0",
"type": "rest",
"description": "Recommended Google client library to access the Google Cloud Storage API. It wraps the Google.Apis.Storage.v1 client library, making common operations simpler in client code. Google Cloud Storage stores and retrieves potentially large, immutable data objects.",
"dependencies": {
Expand Down

0 comments on commit b5e76dc

Please sign in to comment.