Skip to content

Commit 8d4d6b8

Browse files
committed
v2.2 NuGet package, installer and visualizers
1 parent 8518d4f commit 8d4d6b8

9 files changed

+8
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

NextVersion.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
targetObjects.Add(
2+
{
3+
var sourceObject = sourceObjectArray[i];
4+
5+
return (sourceObject != null)
6+
? sourceObject.GetType().IsSimple() ? sourceObject : oaToOsData.Map(sourceObject, null, i)
7+
: null;
8+
});
Binary file not shown.

0 commit comments

Comments
 (0)