Skip to content

Commit

Permalink
Release Google.Cloud.Parallelstore.V1Beta version 1.0.0-beta07 (#13951)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- A new enum `DeploymentType` is added ([commit f4bafc0](https://togithub.com/googleapis/google-cloud-dotnet/commit/f4bafc09b48c55492edbccd21defeb11eac7f7b4))
- A new field `deployment_type` is added to message `.google.cloud.parallelstore.v1beta.Instance` ([commit f4bafc0](https://togithub.com/googleapis/google-cloud-dotnet/commit/f4bafc09b48c55492edbccd21defeb11eac7f7b4))

### Documentation improvements

- Minor documentation formatting fix for Parallelstore ([commit d348b3a](https://togithub.com/googleapis/google-cloud-dotnet/commit/d348b3a29f3139e176c8323d5c79a18aa0a9903a))
- Minor documentation formatting fix for Parallelstore ([commit ff699f3](https://togithub.com/googleapis/google-cloud-dotnet/commit/ff699f3eed396ca7f80c1c3646ebbb47021b5a8e))
  • Loading branch information
jskeet authored Dec 6, 2024
1 parent fc92d4a commit 66fe2d6
Show file tree
Hide file tree
Showing 3 changed files with 14 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>1.0.0-beta06</Version>
<Version>1.0.0-beta07</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to manage the Parallelstore high performance, managed parallel file service.</Description>
Expand Down
12 changes: 12 additions & 0 deletions apis/Google.Cloud.Parallelstore.V1Beta/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Version history

## Version 1.0.0-beta07, released 2024-12-06

### New features

- A new enum `DeploymentType` is added ([commit f4bafc0](https://github.com/googleapis/google-cloud-dotnet/commit/f4bafc09b48c55492edbccd21defeb11eac7f7b4))
- A new field `deployment_type` is added to message `.google.cloud.parallelstore.v1beta.Instance` ([commit f4bafc0](https://github.com/googleapis/google-cloud-dotnet/commit/f4bafc09b48c55492edbccd21defeb11eac7f7b4))

### Documentation improvements

- Minor documentation formatting fix for Parallelstore ([commit d348b3a](https://github.com/googleapis/google-cloud-dotnet/commit/d348b3a29f3139e176c8323d5c79a18aa0a9903a))
- Minor documentation formatting fix for Parallelstore ([commit ff699f3](https://github.com/googleapis/google-cloud-dotnet/commit/ff699f3eed396ca7f80c1c3646ebbb47021b5a8e))

## Version 1.0.0-beta06, released 2024-09-26

### 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 @@ -3836,7 +3836,7 @@
},
{
"id": "Google.Cloud.Parallelstore.V1Beta",
"version": "1.0.0-beta06",
"version": "1.0.0-beta07",
"type": "grpc",
"productName": "Parallelstore",
"productUrl": "http://cloud/parallelstore?hl=en",
Expand Down

0 comments on commit 66fe2d6

Please sign in to comment.