File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
77
77
<li >Object</li >
78
78
<li >String</li >
79
79
<li >System.IO.Stream</li >
80
+ <li >TimeSpan</li >
81
+ <li >TimeSpan?</li >
80
82
<li >bool</li >
81
83
<li >bool?</li >
82
84
<li >byte[]</li >
Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
95
95
<li >Object</li >
96
96
<li >String</li >
97
97
<li >System.IO.Stream</li >
98
+ <li >TimeSpan</li >
99
+ <li >TimeSpan?</li >
98
100
<li >bool</li >
99
101
<li >bool?</li >
100
102
<li >byte[]</li >
Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
74
74
<li >DateTime?</li >
75
75
<li >DateTimeOffset</li >
76
76
<li >DateTimeOffset?</li >
77
- <li >TimeSpan</li >
78
- <li >TimeSpan?</li >
79
77
<li >Decimal</li >
80
78
<li >Dictionary</li >
81
79
<li >Double</li >
@@ -89,6 +87,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
89
87
<li >Object</li >
90
88
<li >String</li >
91
89
<li >System.IO.Stream</li >
90
+ <li >TimeSpan</li >
91
+ <li >TimeSpan?</li >
92
92
<li >bool</li >
93
93
<li >bool?</li >
94
94
<li >byte[]</li >
Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
96
96
<li >Object</li >
97
97
<li >String</li >
98
98
<li >System.IO.Stream</li >
99
+ <li >TimeSpan</li >
100
+ <li >TimeSpan?</li >
99
101
<li >bool</li >
100
102
<li >bool?</li >
101
103
<li >byte[]</li >
You can’t perform that action at this time.
0 commit comments