Skip to content

Commit 190e1a9

Browse files
author
Thibaud DESODT
committed
Minor version bump -> 2.5.0
and use https URLS in nuget package metadata
1 parent 6e8f73a commit 190e1a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1414
<PackageId>Serilog.Settings.Configuration</PackageId>
1515
<PackageTags>serilog;json</PackageTags>
16-
<PackageIconUrl>http://serilog.net/images/serilog-configuration-nuget.png</PackageIconUrl>
17-
<PackageProjectUrl>http://serilog.net</PackageProjectUrl>
18-
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
16+
<PackageIconUrl>https://serilog.net/images/serilog-configuration-nuget.png</PackageIconUrl>
17+
<PackageProjectUrl>https://github.com/serilog/serilog-settings-configuration</PackageProjectUrl>
18+
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
1919

2020
<!-- Don't reference the full NETStandard.Library -->
2121
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
2222
<RootNamespace>Serilog</RootNamespace>
23+
<Version>2.5.0</Version>
2324
</PropertyGroup>
2425

2526
<ItemGroup>

0 commit comments

Comments
 (0)