Closed Mike-E-angelo closed 6 years ago
Hehe cool yeah? Simplifies it and also makes it easier to contain any mistakes. :)
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?
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.
Boh! I'll look into this right now.
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.
It works now. Thanks!
Improvements in version 2.1.3:
Moving to milestones, starting with 2.1.14
:
https://github.com/wojtpl2/ExtendedXmlSerializer/milestone/9
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:
ArrayOfObject
, etc) #206Issues addressed:
UseOptimizedNamespaces
#209Version
#198