Skip to content

Commit

Permalink
Release Google.Cloud.Dataplex.V1 version 3.6.0 (#14243)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Added value `NONE` to  the `SyncMode` enum ([commit e7d4c50](https://togithub.com/googleapis/google-cloud-dotnet/commit/e7d4c509db3d64a8dfa007aecc7bafb1832f9609))

### Documentation improvements

- Modified various comments ([commit e7d4c50](https://togithub.com/googleapis/google-cloud-dotnet/commit/e7d4c509db3d64a8dfa007aecc7bafb1832f9609))
  • Loading branch information
jskeet authored Feb 10, 2025
1 parent 69782f5 commit 105903f
Show file tree
Hide file tree
Showing 3 changed files with 12 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>3.5.0</Version>
<Version>3.6.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Dataplex API, which is used to manage the lifecycle of data lakes.</Description>
Expand Down
10 changes: 10 additions & 0 deletions apis/Google.Cloud.Dataplex.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Version history

## Version 3.6.0, released 2025-02-10

### New features

- Added value `NONE` to the `SyncMode` enum ([commit e7d4c50](https://github.com/googleapis/google-cloud-dotnet/commit/e7d4c509db3d64a8dfa007aecc7bafb1832f9609))

### Documentation improvements

- Modified various comments ([commit e7d4c50](https://github.com/googleapis/google-cloud-dotnet/commit/e7d4c509db3d64a8dfa007aecc7bafb1832f9609))

## Version 3.5.0, released 2025-01-06

### New features
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@
},
{
"id": "Google.Cloud.Dataplex.V1",
"version": "3.5.0",
"version": "3.6.0",
"type": "grpc",
"productName": "Cloud Dataplex",
"productUrl": "https://cloud.google.com/dataplex/docs",
Expand Down

0 comments on commit 105903f

Please sign in to comment.