Skip to content

Commit 5e02964

Browse files
committed
Update Package license/icon/readme to current standards
1 parent 8e5e592 commit 5e02964

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

assets/icon.png

22.5 KB
Loading

src/Serilog.Settings.AppSettings/Serilog.Settings.AppSettings.csproj

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>XML configuration (System.Configuration &lt;appSettings&gt;) support for Serilog.</Description>
@@ -16,9 +16,10 @@
1616
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1717
<PackageId>Serilog.Settings.AppSettings</PackageId>
1818
<PackageTags>serilog;xml</PackageTags>
19-
<PackageIconUrl>https://serilog.net/images/serilog-configuration-nuget.png</PackageIconUrl>
19+
<PackageIcon>icon.png</PackageIcon>
20+
<PackageReadmeFile>README.md</PackageReadmeFile>
2021
<PackageProjectUrl>https://github.com/serilog/serilog-settings-appsettings</PackageProjectUrl>
21-
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
22+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2223
<RepositoryUrl>https://github.com/serilog/serilog-settings-appsettings</RepositoryUrl>
2324
<RepositoryType>git</RepositoryType>
2425
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -41,4 +42,9 @@
4142
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.1" />
4243
</ItemGroup>
4344

45+
<ItemGroup>
46+
<None Include="..\..\assets\icon.png" Pack="true" PackagePath="" Visible="false" />
47+
<None Include="..\..\README.md" Pack="true" PackagePath="" />
48+
</ItemGroup>
49+
4450
</Project>

0 commit comments

Comments
 (0)