Skip to content

Commit

Permalink
More serialization fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed Oct 1, 2023
1 parent 1c02670 commit 92ed09a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Qwack.Core/Instruments/Cashflow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public CashFlow(TO_Cashflow to, ICalendarProvider calendarProvider, ICurrencyPro
FixedRateOrMargin = FixedRateOrMargin,
FlowType = FlowType,
Basis = Basis,
RateIndex = RateIndex.GetTransportObject(),
RateIndex = RateIndex?.GetTransportObject(),
Dcf = Dcf,
CpiFixingLagInMonths = CpiFixingLagInMonths,
AssetId = AssetId,
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.39</VersionPrefix>
<VersionPrefix>0.7.40</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.39
0.7.40

0 comments on commit 92ed09a

Please sign in to comment.