File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
src/Serilog.Settings.AppSettings Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <Description >XML configuration (System.Configuration < appSettings> ) support for Serilog.</Description >
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 >
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 >
You can’t perform that action at this time.
0 commit comments