Skip to content

Commit

Permalink
Merge pull request #48 from datalust/dev
Browse files Browse the repository at this point in the history
4.2.2 Release
  • Loading branch information
nblumhardt authored Jan 16, 2018
2 parents 9440872 + 7b64554 commit 74274cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Seq.Api/Model/Signals/SignalExpressionPart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public override string ToString()
return $"{Group(Left)},{Group(Right)}";

if (Kind == SignalExpressionKind.Union)
return $"{Group(Left)}+{Group(Right)}";
return $"{Group(Left)}~{Group(Right)}";

throw new InvalidOperationException("Invalid signal expression kind.");
}
Expand Down
2 changes: 1 addition & 1 deletion 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>4.2.1</VersionPrefix>
<VersionPrefix>4.2.2</VersionPrefix>
<Authors>Datalust;Contributors</Authors>
<TargetFrameworks>netstandard1.3;net452</TargetFrameworks>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand Down

0 comments on commit 74274cf

Please sign in to comment.