Skip to content

Commit 3f48e89

Browse files
authored
avrogen is now available as a .net core tool (#542)
1 parent 70d0603 commit 3f48e89

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,16 @@ public class Program
144144
### AvroGen tool
145145

146146
The Avro serializer and deserializer provided by `Confluent.Kafka.Avro` can be used with the `GenericRecord` class
147-
or with specific classes generated using the `avrogen` tool
148-
(available [here](https://github.com/confluentinc/avro/releases/download/v1.7.7.4/avrogen.zip)). Usage:
147+
or with specific classes generated using the `avrogen` tool, available via Nuget (.NET Core 2.1 required):
149148

150149
```
151-
dotnet /path/to/avrogen.dll -s your_schema.asvc .
150+
dotnet tool install -g Confluent.Apache.Avro.AvroGen
151+
```
152+
153+
Usage:
154+
155+
```
156+
avrogen -s your_schema.asvc .
152157
```
153158

154159
### Confluent Cloud

0 commit comments

Comments
 (0)