Skip to content

Commit

Permalink
fix: Include badge for latest pub.dev version in each package README
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Jan 9, 2025
1 parent 97cccd7 commit 34b534a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/microsoft_kiota_abstractions/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Kiota Abstractions Library for Dart

[![Pub Version](https://img.shields.io/pub/v/microsoft_kiota_abstractions?logo=dart&label=Latest)](https://pub.dev/packages/microsoft_kiota_abstractions)

The Kiota abstractions Library for Dart is the Dart library defining the basic constructs Kiota projects need once an SDK has been generated from an OpenAPI definition.

A [Kiota](https://github.com/microsoft/kiota) generated project will need a reference to the abstraction package to build and run.
Expand Down
2 changes: 2 additions & 0 deletions packages/microsoft_kiota_bundle/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Kiota Bundle Library for Dart

[![Pub Version](https://img.shields.io/pub/v/microsoft_kiota_bundle?logo=dart&label=Latest)](https://pub.dev/packages/microsoft_kiota_bundle)

The Kiota Bundle Library for Dart is the Dart 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.

Expand Down
2 changes: 2 additions & 0 deletions packages/microsoft_kiota_http/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Kiota Http Library for Dart

[![Pub Version](https://img.shields.io/pub/v/microsoft_kiota_http?logo=dart&label=Latest)](https://pub.dev/packages/microsoft_kiota_http)

The Kiota HTTP Library for Dart is the Dart HTTP library implementation with the [`http` package](https://pub.dev/packages/http).

A [Kiota](https://github.com/microsoft/kiota) generated project will need a reference to a HTTP package to make HTTP requests to an API endpoint.
Expand Down
2 changes: 2 additions & 0 deletions packages/microsoft_kiota_serialization_form/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Kiota URI Form Encoded Serialization Library for Dart

[![Pub Version](https://img.shields.io/pub/v/microsoft_kiota_serialization_form?logo=dart&label=Latest)](https://pub.dev/packages/microsoft_kiota_serialization_form)

The Form Serialization Library for Dart is the Dart `application/x-www-form-urlencoded` serialization library implementation.

A [Kiota](https://github.com/microsoft/kiota) generated project will need a reference to a form serialization package to handle `application/x-www-form-urlencoded` payloads from a supporting API endpoint.
Expand Down
2 changes: 2 additions & 0 deletions packages/microsoft_kiota_serialization_json/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Kiota Json Serialization Library for Dart

[![Pub Version](https://img.shields.io/pub/v/microsoft_kiota_serialization_json?logo=dart&label=Latest)](https://pub.dev/packages/microsoft_kiota_serialization_json)

The Json Serialization Library for Dart is the Dart JSON serialization library.

A [Kiota](https://github.com/microsoft/kiota) generated project will need a reference to a json serialization package to handle json payloads from an API endpoint.
Expand Down
2 changes: 2 additions & 0 deletions packages/microsoft_kiota_serialization_multipart/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Kiota Multipart Serialization Library for Dart

[![Pub Version](https://img.shields.io/pub/v/microsoft_kiota_serialization_multipart?logo=dart&label=Latest)](https://pub.dev/packages/microsoft_kiota_serialization_multipart)

The Multipart Serialization Library for Dart is the Dart Multipart serialization library implementation.

A [Kiota](https://github.com/microsoft/kiota) generated project will need a reference to a multipart serialization package to handle multipart payloads from an API endpoint.
Expand Down
2 changes: 2 additions & 0 deletions packages/microsoft_kiota_serialization_text/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Kiota Text Serialization Library for Dart

[![Pub Version](https://img.shields.io/pub/v/microsoft_kiota_serialization_text?logo=dart&label=Latest)](https://pub.dev/packages/microsoft_kiota_serialization_text)

The Text Serialization Library for Dart is the Dart Text serialization library implementation to handle text/plain responses.

A [Kiota](https://github.com/microsoft/kiota) generated project will need a reference to a Text serialization package to handle text/plain payloads from an API endpoint.
Expand Down

0 comments on commit 34b534a

Please sign in to comment.