Skip to content

Commit

Permalink
Release Google.Cloud.TelcoAutomation.V1 version 1.0.0 (#12095)
Browse files Browse the repository at this point in the history
Changes in this release:

No API surface changes; just promotion to GA.
  • Loading branch information
jskeet authored Mar 12, 2024
1 parent f6316e1 commit 539e759
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apis/Google.Cloud.TelcoAutomation.V1/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"distribution_name": "Google.Cloud.TelcoAutomation.V1",
"release_level": "preview",
"release_level": "stable",
"client_documentation": "https://cloud.google.com/dotnet/docs/reference/Google.Cloud.TelcoAutomation.V1/latest",
"library_type": "GAPIC_AUTO",
"language": "dotnet",
Expand Down
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-beta02</Version>
<Version>1.0.0</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Telco Automation API, which automates 5G deployment and management of cloud infrastructure and network functions.</Description>
Expand All @@ -10,8 +10,8 @@
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.6.0, 5.0.0)" />
<PackageReference Include="Google.Cloud.Location" Version="[2.0.0, 3.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[3.0.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Location" Version="[2.1.0, 3.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[3.1.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.6, 3.0.0)" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions apis/Google.Cloud.TelcoAutomation.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version history

## Version 1.0.0, released 2024-03-12

No API surface changes; just promotion to GA.

## Version 1.0.0-beta02, released 2024-02-09

### New features
Expand Down
8 changes: 5 additions & 3 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -5099,7 +5099,7 @@
},
{
"id": "Google.Cloud.TelcoAutomation.V1",
"version": "1.0.0-beta02",
"version": "1.0.0",
"type": "grpc",
"productName": "Telco Automation",
"productUrl": "https://cloud.google.com/telecom-network-automation",
Expand All @@ -5111,8 +5111,10 @@
"Nephio"
],
"dependencies": {
"Google.Cloud.Location": "2.0.0",
"Google.LongRunning": "3.0.0"
"Google.Api.Gax.Grpc": "4.6.0",
"Google.Cloud.Location": "2.1.0",
"Google.LongRunning": "3.1.0",
"Grpc.Core": "2.46.6"
},
"generator": "micro",
"protoPath": "google/cloud/telcoautomation/v1",
Expand Down

0 comments on commit 539e759

Please sign in to comment.