Skip to content

Commit

Permalink
Merge pull request #106 from datalust/dev
Browse files Browse the repository at this point in the history
2021.4.0 Release
  • Loading branch information
nblumhardt authored Dec 14, 2021
2 parents 06892fa + 706d26f commit 64fd9bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ public class StorageConsumptionPart
/// The range of timestamps covered by the result.
/// </summary>
public DateTimeRange Range { get; set; }

/// <summary>
/// The available range of timestamps.
/// </summary>
public DateTimeRange FullRange { get; set; }

/// <summary>
/// The duration of the timestamp interval covered by each result.
Expand Down
5 changes: 5 additions & 0 deletions src/Seq.Api/Model/Users/AuthProviderInfoPart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@ public class AuthProviderInfoPart
/// log in using the default provider.
/// </summary>
public bool IsAlternative { get; set; }

/// <summary>
/// A template for the URL where the user can log in.
/// </summary>
public Link Challenge { get; set; }
}
}
4 changes: 2 additions & 2 deletions src/Seq.Api/Seq.Api.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Client library for the Seq HTTP API.</Description>
<VersionPrefix>2021.3.1</VersionPrefix>
<VersionPrefix>2021.4.0</VersionPrefix>
<Authors>Datalust;Contributors</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Tavis.UriTemplates" Version="1.1.1" />
</ItemGroup>

Expand Down

0 comments on commit 64fd9bf

Please sign in to comment.