File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ public class StorageConsumptionPart
26
26
/// The range of timestamps covered by the result.
27
27
/// </summary>
28
28
public DateTimeRange Range { get ; set ; }
29
+
30
+ /// <summary>
31
+ /// The available range of timestamps.
32
+ /// </summary>
33
+ public DateTimeRange FullRange { get ; set ; }
29
34
30
35
/// <summary>
31
36
/// The duration of the timestamp interval covered by each result.
Original file line number Diff line number Diff line change @@ -34,5 +34,10 @@ public class AuthProviderInfoPart
34
34
/// log in using the default provider.
35
35
/// </summary>
36
36
public bool IsAlternative { get ; set ; }
37
+
38
+ /// <summary>
39
+ /// A template for the URL where the user can log in.
40
+ /// </summary>
41
+ public Link Challenge { get ; set ; }
37
42
}
38
43
}
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Description >Client library for the Seq HTTP API.</Description >
4
- <VersionPrefix >2021.3.1 </VersionPrefix >
4
+ <VersionPrefix >2021.4.0 </VersionPrefix >
5
5
<Authors >Datalust;Contributors</Authors >
6
6
<TargetFramework >netstandard2.0</TargetFramework >
7
7
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" Newtonsoft.Json" Version =" 12 .0.3 " />
18
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.1 " />
19
19
<PackageReference Include =" Tavis.UriTemplates" Version =" 1.1.1" />
20
20
</ItemGroup >
21
21
You can’t perform that action at this time.
0 commit comments