Skip to content

Commit

Permalink
Release Google.Cloud.Orchestration.Airflow.Service.V1 version 1.0.0-b…
Browse files Browse the repository at this point in the history
…eta01 (#7275)

Changes in this release:

Initial release.
  • Loading branch information
jskeet committed Sep 30, 2021
1 parent 9ad8de5 commit b125cb8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -107,6 +107,7 @@ Each package name links to the documentation for that package.
| [Google.Cloud.NetworkManagement.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.NetworkManagement.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.NetworkManagement.V1)](https://nuget.org/packages/Google.Cloud.NetworkManagement.V1) | [Network Management](https://cloud.google.com/network-intelligence-center/docs/) |
| [Google.Cloud.NetworkSecurity.V1Beta1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.NetworkSecurity.V1Beta1)](https://nuget.org/packages/Google.Cloud.NetworkSecurity.V1Beta1) | [Network Security](https://cloud.google.com/traffic-director/docs/security-overview) |
| [Google.Cloud.Notebooks.V1Beta1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Notebooks.V1Beta1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.Notebooks.V1Beta1)](https://nuget.org/packages/Google.Cloud.Notebooks.V1Beta1) | [AI Platform Notebooks](https://cloud.google.com/ai-platform-notebooks) |
| [Google.Cloud.Orchestration.Airflow.Service.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Orchestration.Airflow.Service.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.Orchestration.Airflow.Service.V1)](https://nuget.org/packages/Google.Cloud.Orchestration.Airflow.Service.V1) | [Cloud Composer](https://cloud.google.com/composer/docs/) |
| [Google.Cloud.OrgPolicy.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.OrgPolicy.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.OrgPolicy.V1)](https://nuget.org/packages/Google.Cloud.OrgPolicy.V1) | OrgPolicy API messages |
| [Google.Cloud.OrgPolicy.V2](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.OrgPolicy.V2/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.OrgPolicy.V2)](https://nuget.org/packages/Google.Cloud.OrgPolicy.V2) | [Organization Policy](https://cloud.google.com/resource-manager/docs/organization-policy/overview) |
| [Google.Cloud.OsConfig.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.OsConfig.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.OsConfig.V1)](https://nuget.org/packages/Google.Cloud.OsConfig.V1) | [Google Cloud OS Config (V1 API)](https://cloud.google.com/compute/docs/osconfig/rest) |
Expand Down
@@ -0,0 +1,6 @@
{
"distribution_name": "Google.Cloud.Orchestration.Airflow.Service.V1",
"release_level": "beta",
"client_documentation": "https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Orchestration.Airflow.Service.V1/latest",
"library_type": "GAPIC_AUTO"
}
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta00</Version>
<Version>1.0.0-beta01</Version>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Cloud Composer API, which manages Apache Airflow environments on Google Cloud Platform.</Description>
Expand All @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc.GrpcCore" Version="[3.5.0, 4.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[2.2.0, 3.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[2.3.0, 3.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.38.1, 3.0.0)" PrivateAssets="None" />
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
Expand Down
@@ -0,0 +1,5 @@
# Version history

# Version 1.0.0-beta01, released 2021-09-30

Initial release.
4 changes: 2 additions & 2 deletions apis/apis.json
Expand Up @@ -1816,7 +1816,7 @@
},
{
"id": "Google.Cloud.Orchestration.Airflow.Service.V1",
"version": "1.0.0-beta00",
"version": "1.0.0-beta01",
"type": "grpc",
"productName": "Cloud Composer",
"productUrl": "https://cloud.google.com/composer/docs/",
Expand All @@ -1827,7 +1827,7 @@
"orchestration"
],
"dependencies": {
"Google.LongRunning": "2.2.0"
"Google.LongRunning": "2.3.0"
},
"generator": "micro",
"protoPath": "google/cloud/orchestration/airflow/service/v1"
Expand Down

0 comments on commit b125cb8

Please sign in to comment.