Skip to content

Commit

Permalink
Merge pull request #72 from serilog/dev
Browse files Browse the repository at this point in the history
3.3.2 Release
  • Loading branch information
nblumhardt authored Jun 20, 2017
2 parents 4ba4a75 + 7e0cb38 commit af219d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/Sample/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static void Main(string[] args)

Log.Information("Sample starting up");

foreach (var i in Enumerable.Range(0, 10))
foreach (var i in Enumerable.Range(0, 1000))
{
Log.Information("Running loop {Counter}", i);

Expand Down
4 changes: 2 additions & 2 deletions src/Serilog.Sinks.Seq/Serilog.Sinks.Seq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Serilog sink that writes to the Seq log server over HTTP/HTTPS.</Description>
<VersionPrefix>3.3.1</VersionPrefix>
<VersionPrefix>3.3.2</VersionPrefix>
<Authors>Serilog Contributors</Authors>
<Copyright>Copyright © Serilog Contributors 2013-2017</Copyright>
<TargetFrameworks>netstandard1.1;netstandard1.3;net45;net46</TargetFrameworks>
Expand Down Expand Up @@ -34,7 +34,7 @@

<ItemGroup>
<PackageReference Include="Serilog" Version="2.3.0" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="2.1.0" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="2.1.1" />
<PackageReference Include="Serilog.Formatting.Compact" Version="1.0.0" />
</ItemGroup>

Expand Down

0 comments on commit af219d7

Please sign in to comment.