File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
src/Serilog.Enrichers.Thread Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11version : ' {build}'
22skip_tags : true
3- image : Visual Studio 2017
3+ image : Visual Studio 2019
44configuration : Release
55build_script :
66- ps : ./Build.ps1
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 >Enrich Serilog events with properties from the current thread.</Description >
1313 <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
1414 <PackageId >Serilog.Enrichers.Thread</PackageId >
1515 <PackageTags >serilog;thread;enricher</PackageTags >
16- <PackageIconUrl >http:// serilog.net/images/serilog -enricher-nuget.png</PackageIconUrl >
16+ <PackageIcon > serilog-enricher-nuget.png</PackageIcon >
1717 <PackageProjectUrl >http://serilog.net</PackageProjectUrl >
18- <PackageLicenseUrl >http://www.apache.org/licenses/LICENSE -2.0</PackageLicenseUrl >
18+ <PackageLicenseExpression >Apache -2.0</PackageLicenseExpression >
1919 <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
2020 </PropertyGroup >
2121
2828 <Reference Include =" Microsoft.CSharp" />
2929 </ItemGroup >
3030
31+ <ItemGroup >
32+ <None Include =" ..\..\assets\serilog-enricher-nuget.png" >
33+ <Pack >True</Pack >
34+ <PackagePath ></PackagePath >
35+ </None >
36+ </ItemGroup >
37+
3138 <PropertyGroup Condition =" '$(TargetFramework)' == 'net45' " >
3239 <DefineConstants >$(DefineConstants);THREAD_NAME</DefineConstants >
3340 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments