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 6c1e28f commit 7d1f277Copy full SHA for 7d1f277
src/Serilog.Settings.Configuration/Serilog.Settings.Configuration.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<Description>Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.</Description>
5
- <VersionPrefix>2.4.1</VersionPrefix>
+ <VersionPrefix>2.5.1</VersionPrefix>
6
<Authors>Serilog Contributors</Authors>
7
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
8
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -20,7 +20,6 @@
20
<!-- Don't reference the full NETStandard.Library -->
21
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
22
<RootNamespace>Serilog</RootNamespace>
23
- <Version>2.5.0</Version>
24
</PropertyGroup>
25
26
<ItemGroup>
0 commit comments