Skip to content

Commit

Permalink
Release 3.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianStrugala committed May 8, 2024
1 parent 2d9cb95 commit d5c97ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</p>

<p align="center">
<a href="https://www.nuget.org/packages/AvroConvert"><img src="https://img.shields.io/badge/Nuget-v3.4.7-blue?logo=nuget"></a>
<a href="https://adrianstrugala.github.io/AvroConvert/"><img src="https://img.shields.io/badge/Downloads-685k-blue?logo=github"></a>
<a href="https://www.nuget.org/packages/AvroConvert"><img src="https://img.shields.io/badge/Nuget-v3.4.8-blue?logo=nuget"></a>
<a href="https://adrianstrugala.github.io/AvroConvert/"><img src="https://img.shields.io/badge/Downloads-695k-blue?logo=github"></a>
<a href="https://github.com/AdrianStrugala/AvroConvert/actions/workflows/build&test.yml"><img src="https://github.com/AdrianStrugala/AvroConvert/actions/workflows/build&test.yml/badge.svg"></a>

</p>
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**v. 3.4.8 (08.05.24)**
- Another approach to handle serialization of multiple dictionaries, as previous introduced breaking change

\
**v. 3.4.7 (26.04.24)**
- Fix for dynamic deserialization to collection
- Fix for Avro2Json to read correctly multiple data blocks
Expand Down
2 changes: 1 addition & 1 deletion src/AvroConvert/AvroConvert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<LangVersion>10.0</LangVersion>
<Authors>Adrian Strugala</Authors>
<Version>3.4.7</Version>
<Version>3.4.8</Version>
<Description>Rapid Apache Avro serializer for .NET.</Description>
<PackageLicenseUrl>https://creativecommons.org/licenses/by-nc-sa/3.0/</PackageLicenseUrl>
<PackageProjectUrl>https://xabe.net/product/avroconvert/</PackageProjectUrl>
Expand Down

0 comments on commit d5c97ab

Please sign in to comment.