Skip to content

NuGet Package v4.1.0

Latest
Compare
Choose a tag to compare
@zachsaw zachsaw released this 16 Feb 05:52
· 2 commits to master since this release
f2399f0

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!)