|
1 |
| -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 | 4 | <Description>Asynchronous sink wrapper for Serilog.</Description>
|
5 |
| - <AssemblyVersion>1.4.0.0</AssemblyVersion> |
6 |
| - <VersionPrefix>1.4.0</VersionPrefix> |
| 5 | + <VersionPrefix>1.5.0</VersionPrefix> |
7 | 6 | <Authors>Jezz Santos;Serilog Contributors</Authors>
|
8 | 7 | <TargetFrameworks>net45;netstandard1.1;net461;netstandard2.0</TargetFrameworks>
|
9 | 8 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
15 | 14 | <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
|
16 | 15 | <PackageId>Serilog.Sinks.Async</PackageId>
|
17 | 16 | <PackageTags>serilog;async</PackageTags>
|
18 |
| - <PackageIconUrl>https://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl> |
| 17 | + <PackageIcon>serilog-sink-nuget.png</PackageIcon> |
19 | 18 | <PackageProjectUrl>https://serilog.net</PackageProjectUrl>
|
20 |
| - <PackageLicense>Apache-2.0</PackageLicense> |
| 19 | + <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
21 | 20 | <RepositoryUrl>https://github.com/serilog/serilog-sinks-async</RepositoryUrl>
|
22 | 21 | <RepositoryType>git</RepositoryType>
|
23 | 22 | <TreatWarningsAsErrors>True</TreatWarningsAsErrors>
|
|
29 | 28 | </PropertyGroup>
|
30 | 29 |
|
31 | 30 | <ItemGroup>
|
32 |
| - <PackageReference Include="Serilog" Version="2.8.0" /> |
| 31 | + <PackageReference Include="Serilog" Version="2.9.0" /> |
33 | 32 | </ItemGroup>
|
34 | 33 |
|
35 | 34 | <ItemGroup Condition=" '$(TargetFramework)' == 'net45' Or '$(TargetFramework)' == 'net461' ">
|
36 | 35 | <Reference Include="System" />
|
37 | 36 | <Reference Include="Microsoft.CSharp" />
|
38 | 37 | </ItemGroup>
|
39 | 38 |
|
| 39 | + <ItemGroup> |
| 40 | + <None Include="..\..\assets\serilog-sink-nuget.png"> |
| 41 | + <Pack>True</Pack> |
| 42 | + <PackagePath></PackagePath> |
| 43 | + </None> |
| 44 | + </ItemGroup> |
| 45 | + |
40 | 46 | </Project>
|
0 commit comments