Skip to content

Commit

Permalink
renaming done
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-merkle committed Jun 6, 2023
1 parent 65cc5fd commit 71e59cc
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ You can get the latest version of this software as a nuget package form [nuget.o

### Serilog related

- [Serilog](https://github.com/serilog/serilog) [Version 2.10.0](https://github.com/serilog/serilog/releases/tag/v2.10.0)
- [Serilog.Sinks.PeriodicBatching](https://github.com/serilog/serilog-sinks-periodicbatching) [Version 2.3.0](https://github.com/serilog/serilog-sinks-periodicbatching/releases/tag/v2.3.0)
- [Serilog](https://github.com/serilog/serilog) [Version 2.12.0](https://github.com/serilog/serilog/releases/tag/v2.10.0)
- [Serilog.Sinks.PeriodicBatching](https://github.com/serilog/serilog-sinks-periodicbatching) [Version 3.1.0](https://github.com/serilog/serilog-sinks-periodicbatching/releases/tag/v2.3.0)

### Slack related

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Serilog.Core;
using Serilog;
using Serilog.Core;
using Serilog.Events;
using System;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using NUnit.Framework;
using Serilog;
using Serilog.Events;
using Slack.Webhooks;
using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using NUnit.Framework;
using Serilog;
using Serilog.Events;
using System;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Serilog.Configuration;
using Serilog;
using Serilog.Configuration;
using Serilog.Core;
using Serilog.Events;
using Slack.Webhooks;
Expand Down

0 comments on commit 71e59cc

Please sign in to comment.