You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ An asynchronous wrapper for other [Serilog](https://serilog.net) sinks. Use this
9
9
Install from [NuGet](https://nuget.org/packages/serilog.sinks.async):
10
10
11
11
```powershell
12
-
Install-Package Serilog.Sinks.Async -Pre
12
+
Install-Package Serilog.Sinks.Async
13
13
```
14
14
15
15
Assuming you have already installed the target sink, such as the rolling file sink, move the wrapped sink's configuration within a `WriteTo.Async()` statement:
0 commit comments