Skip to content

Commit

Permalink
Version 1.0.2 => 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smurtdev committed Oct 29, 2021
1 parent 0a7d9df commit 44c31bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ Avro deserializer for reading messages serialized with multiple schemas.
===========================================================================================

<p align="center">
<a href="https://www.nuget.org/packages/YCherkes.SchemaRegistry.Serdes.Avro"><img src="https://img.shields.io/badge/Nuget-v1.0.2-blue?logo=nuget"></a>
<a href="https://www.nuget.org/packages/YCherkes.SchemaRegistry.Serdes.Avro"><img src="https://img.shields.io/badge/Nuget-v1.0.3-blue?logo=nuget"></a>
</p>

To install YCherkes.SchemaRegistry.Serdes.Avro from within Visual Studio, search for YCherkes.SchemaRegistry.Serdes.Avro in the NuGet Package Manager UI, or run the following command in the Package Manager Console:

```
Install-Package YCherkes.SchemaRegistry.Serdes.Avro -Version 1.0.2
Install-Package YCherkes.SchemaRegistry.Serdes.Avro -Version 1.0.3
```

To add a reference to a dotnet core project, execute the following at the command line:

```
dotnet add package -v 1.0.2 YCherkes.SchemaRegistry.Serdes.Avro
dotnet add package -v 1.0.3 YCherkes.SchemaRegistry.Serdes.Avro
```


Expand Down

0 comments on commit 44c31bb

Please sign in to comment.