Skip to content

Commit e1cb908

Browse files
authored
No longer -Pre [Skip CI]
1 parent ac2792b commit e1cb908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ An asynchronous wrapper for other [Serilog](https://serilog.net) sinks. Use this
99
Install from [NuGet](https://nuget.org/packages/serilog.sinks.async):
1010

1111
```powershell
12-
Install-Package Serilog.Sinks.Async -Pre
12+
Install-Package Serilog.Sinks.Async
1313
```
1414

1515
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

Comments
 (0)