1.0.10

New

  • Added generic methods to all returning data objects methods on the data library. (No need to cast to type when returning a DataObject) Example:

var myData = dataLibrary.GetInitialDataObjectByGuid<MyDataClass>();

Bugfixes:

  • Fixed Null Reference Exception on search bar when results are null.

Last updated