Skip to content

Commit 7d1f277

Browse files
authored
Dev version bump (v2.5.1) [Skip CI]
remove the `<Version>` node and actually properly update the `<VersionPrefix>` node
1 parent 6c1e28f commit 7d1f277

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Serilog.Settings.Configuration/Serilog.Settings.Configuration.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.</Description>
5-
<VersionPrefix>2.4.1</VersionPrefix>
5+
<VersionPrefix>2.5.1</VersionPrefix>
66
<Authors>Serilog Contributors</Authors>
77
<TargetFrameworks>net451;netstandard1.6</TargetFrameworks>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -20,7 +20,6 @@
2020
<!-- Don't reference the full NETStandard.Library -->
2121
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
2222
<RootNamespace>Serilog</RootNamespace>
23-
<Version>2.5.0</Version>
2423
</PropertyGroup>
2524

2625
<ItemGroup>

0 commit comments

Comments
 (0)