신규 .Net Portable Class Library 서포트 및 .Net Core와 64비트 서포트를 제공합니다.
2월 8, 2017
신규 버전
기능
New 64 bit Support - Now runs natively under 64 bit processor environments providing improved performance and memory management.
New .Net Portable Class Library Support - Liquid XML Data Binder now supports generating C# source code for Xamarin iOS and Android and C# and VB.Net source code for Silverlight 5 as a Portable Class Library. A single Portable Class Library .Net Runtime is provided which works for all of these environments.
New .Net Core Support - Liquid XML Data Binder now support generating C# source code for .Net Core. A Nuget package is available containing the Liquid .Net Runtime library for .Net Core environment.
수정사항
Added SerializationError event to XML Data Binder .Net Runtime in order to trap and ignore errors.
Improved XML Data Binder C++ support for Linux 64 bit with new runtimes (gcc 4.9.4, 5.4.0, 6.2.0).
Fixed encoding buffer overrun issue in XML Data Binder C++ Runtime.