Skip to content

Commit

Permalink
Serialization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed May 13, 2024
1 parent 62d5585 commit e37e1e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void FromTransportObject(TO_Instrument to_instrument, ICalendarProvider c
SettlementFixingDates = SettlementFixingDates,
IsOption = IsOption,
DeclaredPeriod = DeclaredPeriod,
FixingOffset = FixingOffset.GetTransportObject(),
FixingOffset = FixingOffset?.GetTransportObject(),
OffsetFixingId = OffsetFixingId,
}
};
Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<VersionPrefix>0.7.91</VersionPrefix>
<VersionPrefix>0.7.92</VersionPrefix>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.91
0.7.92

0 comments on commit e37e1e7

Please sign in to comment.