We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb1c2b commit f0ee780Copy full SHA for f0ee780
src/Serilog.Sinks.Async/Serilog.Sinks.Async.csproj
@@ -1,9 +1,9 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<Description>Asynchronous sink wrapper for Serilog.</Description>
5
<AssemblyVersion>1.4.0.0</AssemblyVersion>
6
- <VersionPrefix>1.4.0</VersionPrefix>
+ <VersionPrefix>1.4.1</VersionPrefix>
7
<Authors>Jezz Santos;Serilog Contributors</Authors>
8
<TargetFrameworks>net45;netstandard1.1;net461;netstandard2.0</TargetFrameworks>
9
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
0 commit comments