From 7dfa47ea91d74fa0b613400eee3f3b1eba356d7f Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Thu, 2 Nov 2017 21:20:24 -0700 Subject: [PATCH] Add package info to the build file. --- src/KubernetesClient.csproj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/KubernetesClient.csproj b/src/KubernetesClient.csproj index 38559e0..475ca85 100644 --- a/src/KubernetesClient.csproj +++ b/src/KubernetesClient.csproj @@ -1,5 +1,14 @@ + 0.2.0-beta + The Kubernetes Project Authors + 2017 The Kubernetes Project Authors + Client library for the Kubernetes open source container orchestrator. + + https://www.apache.org/licenses/LICENSE-2.0 + https://github.com/kubernetes-client/csharp + kubernetes;docker;containers; + netstandard1.3 k8s