XSerializer
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -5,6 +5,5 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <id>XSerializer</id> | ||
| <version>0.4.2</version> | ||
| <version>0.4.3</version> | ||
| <title>XSerializer - Serialize *anything*</title> | ||
| <authors>Brian Friesen</authors> | ||
| <owners>Brian Friesen</owners> | ||
| <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
@@ -22,13 +21,11 @@ <licenseUrl>https://github.com/QuickenLoans/XSerializer/blob/master/LICENSE.md</licenseUrl> | ||
| XSerializer's XML and JSON serializers support the concept of field-level encryption. Properties that are decorated with an [Encrypt] attribute have their values encrypted/decrypted automatically. The actual mechanism to encrypt these fields is exposed through the IEncryptionMechanism interface - users of the encrypt feature are expected to implement this interface in their project.</description> | ||
| <releaseNotes>XSerializer version 0.4.2 | ||
| Fixed a bug where an exception was thrown when a property was marked with the [Encrypt] attribute, but the corresponding json value during a derialization operation was a null literal.</releaseNotes> | ||
| <releaseNotes>Adds SourceLink</releaseNotes> | ||
| <copyright>Copyright © Quicken Loans 2013-2018</copyright> | ||
| <tags>xmlserializer xmlserialization xmlserialize serializer serialization serialize xml interface dynamic dictionary jsonserializer jsonserialization jsonserialize json encrypted encryption</tags> | ||
| <repository type="git" url="https://github.com/QuickenLoans/XSerializer" /> | ||
| <repository type="git" url="https://github.com/QuickenLoans/XSerializer" commit="156b2b639c31d60883527312cb0148e2bf72e76e" /> | ||
| <dependencies> | ||
| <group targetFramework=".NETFramework4.0" /> | ||
| <group targetFramework=".NETStandard2.0"> | ||
| <dependency id="Microsoft.CSharp" version="4.4.0" exclude="Build,Analyzers" /> | ||
| <dependency id="System.Xml.XmlSerializer" version="4.3.0" exclude="Build,Analyzers" /> | ||
| <dependency id="Microsoft.CSharp" version="4.4.0" exclude="Build,Analyzers" /> | ||
| </group> | ||
@@ -35,0 +32,0 @@ </dependencies> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet