From a8e14196089f42b926736792ad807700ca577474 Mon Sep 17 00:00:00 2001 From: "Michael Mainer (from Dev Box)" <8527305+MIchaelMainer@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:25:24 -0700 Subject: [PATCH] fix: trigger release --- packages/bundle/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/bundle/README.md b/packages/bundle/README.md index 355c7551..dece48f2 100644 --- a/packages/bundle/README.md +++ b/packages/bundle/README.md @@ -4,7 +4,8 @@ [![Downloads](https://pepy.tech/badge/microsoft-kiota-bundle)](https://pepy.tech/project/microsoft-kiota-bundle) The Microsoft Kiota Bundle Library is a library providing default implementations for client setup. The package provides -a request adapter implementation with defaults serialization libraries setup fo use with a generated Kiota client. +a request adapter implementation with defaults serialization libraries setup fo use with a generated Kiota client. This +is the preferred dependency for integrating with Microsoft Graph. Read more about Kiota [here](https://github.com/microsoft/kiota/blob/main/README.md).