You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -220,3 +220,11 @@ Relase 0.5.9 - 2015/2/01
220
220
* Fix NullReferenceException is thrown for annotated non-public members serialization/deserialization in WinRT.
221
221
* Fix collection typed property which has non-public setter are not handled correctly. Issue #62.
222
222
* Fix ArgumentOutOfRangeException occurs when serializing members count is greater than 127. Issue #63.
223
+
224
+
Release 0.5.10 - 2015/2/10
225
+
226
+
CHANGES
227
+
* WinRT and Windows Phone (not Silverlight) builds now do not have AllowPartiallyTrustedCallersAttribute because it causes MethodAccessException on Windows Phone. This should not be breaking change effectively because apps in app container themselves should be SecurityCritical. Issue #64.
228
+
229
+
BUG FIXES
230
+
* Avoid memcmp usage for Windows Phone App Certification. Issue #65.
0 commit comments