Skip to content

Commit 9299453

Browse files
committed
new badges
1 parent e979596 commit 9299453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# kotlinx-protobuf-gen
2+
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.dogacel/kotlinx-protobuf-gen?style=for-the-badge)
3+
![GitHub Release Date](https://img.shields.io/github/release-date/Dogacel/kotlinx-protobuf-gen?display_date=published_at&style=for-the-badge)
24

35
[![Build](https://github.com/Dogacel/kotlinx-protobuf-gen/actions/workflows/build.yaml/badge.svg)](https://github.com/Dogacel/kotlinx-protobuf-gen/actions/workflows/build.yaml)
46
[![codecov](https://codecov.io/gh/Dogacel/kotlinx-protobuf-gen/graph/badge.svg?token=6FE41BE2ZK)](https://codecov.io/gh/Dogacel/kotlinx-protobuf-gen)
57
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
68
[![Contributors](https://img.shields.io/github/contributors/dogacel/kotlinx-protobuf-gen.svg)](https://github.com/dogacel/kotlinx-protobuf-gen/contributors)
79
[![Commits](https://img.shields.io/github/commit-activity/m/dogacel/kotlinx-protobuf-gen.svg?label=commits)](https://github.com/dogacel/kotlinx-protobuf-gen/pulse)
8-
[![Maven](https://img.shields.io/maven-central/v/io.github.dogacel/kotlinx-protobuf-gen.svg?label=version)](https://search.maven.org/search?q=g:io.github.dogacel%20AND%20a:kotlinx-protobuf-gen)
9-
[![Release](https://img.shields.io/github/release-date/dogacel/kotlinx-protobuf-gen.svg?label=release)](https://github.com/dogacel/kotlinx-protobuf-gen/commits)
1010

1111
Generate kotlin data classes from `protobuf` files that supports _Kotlin Native_ that can be serialized and
1212
deserialized to protobuf using [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization).

0 commit comments

Comments
 (0)