NuGet Package: https://www.nuget.org/packages/Binaron.Serializer/
Package Manager: Install-Package Binaron.Serializer -Version 4.1.0
.NET CLI: dotnet add package Binaron.Serializer --version 4.1.0
Release notes:
- Add support of IEnumerable with Add method
- Support of nullable in collections and as properties (#34, #35, #36)
- This release was brought to you by @nikolaygekht (thank you!)