ExtendedXmlSerializer / home

A configurable and eXtensible Xml serializer for .NET.
https://extendedxmlserializer.github.io/
MIT License
336 stars 47 forks source link

Release 2.1.13 #162

Closed Mike-E-angelo closed 6 years ago

Mike-E-angelo commented 6 years ago

This issue serves as the destination for the version 2.1.x launch, serving as a list of fixes and feature additions/adjustments. Please feel free to add a comment for any discussion or to open a new issue in this repo if you have found an issue you would like for us to investigate.

New Features:

Issues addressed:

WojciechNagorski commented 6 years ago

Great idea with this: https://github.com/wojtpl2/ExtendedXmlSerializer/commit/8eb6020f111847941ff1874986e9c24dc09ab5aa#diff-802233c775e8a749803978227a02cdb6R26

Mike-E-angelo commented 6 years ago

Hehe cool yeah? Simplifies it and also makes it easier to contain any mistakes. :)

WojciechNagorski commented 6 years ago

I have a problem during installation of version 2.1.0:

Unable to find a version of 'Newtonsoft.Json' that is compatible with 'ExtendedXmlSerializer 2.1.0 constraint: Newtonsoft.Json (>= 11.0.1-beta1)'.          0   

Can you check it?

WojciechNagorski commented 6 years ago

We shouldn't use <PackageReference Include="Newtonsoft.Json" Version="11.0.1-beta1" /> We should use the lowest possible version.. Currently users have to update theirs Newtonsoft.Json to newer version.

https://github.com/wojtpl2/ExtendedXmlSerializer/blob/master/src/ExtendedXmlSerializer/ExtendedXmlSerializer.csproj#L52

Mike-E-angelo commented 6 years ago

Boh! I'll look into this right now.

Mike-E-angelo commented 6 years ago

Alright I just pushed 2.1.1. Should be deployed to nuget soon. Turns out we didn't even need that dependency after the move to .NET Standard 2.0.

WojciechNagorski commented 6 years ago

It works now. Thanks!

WojciechNagorski commented 6 years ago

Improvements in version 2.1.3:

Mike-E-angelo commented 6 years ago

Moving to milestones, starting with 2.1.14: https://github.com/wojtpl2/ExtendedXmlSerializer/milestone/9