From d32b76c9cbdd4e4d56d4406823472c7276fbe480 Mon Sep 17 00:00:00 2001 From: Adam Friedman Date: Sun, 11 Aug 2024 12:58:51 +1000 Subject: [PATCH] Configure README for all packages. --- README.md | 2 +- src/Common.props | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b887611a..43089da4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # KubeClient -[![Build Status (Travis CI)](https://travis-ci.org/tintoy/dotnet-kube-client.svg?branch=develop)](https://travis-ci.org/tintoy/dotnet-kube-client) +[![Build Status](https://dev.azure.com/tintoy-dev/dotnet-kube-client/_apis/build/status%2Ftintoy.dotnet-kube-client?branchName=refs%2Ftags%2Fv2.5.9)](https://dev.azure.com/tintoy-dev/dotnet-kube-client/_build/latest?definitionId=4&branchName=refs%2Ftags%2Fv2.5.9) KubeClient is an extensible Kubernetes API client for .NET Core (targets `netstandard2.0`). diff --git a/src/Common.props b/src/Common.props index 59be9350..60b825ba 100644 --- a/src/Common.props +++ b/src/Common.props @@ -3,6 +3,7 @@ latest true + ..\README.md