File tree Expand file tree Collapse file tree 3 files changed +20
-7
lines changed
src/Serilog.Enrichers.Thread Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 3
3
Enrich Serilog events with properties from the current thread.
4
4
5
5
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/2vgxdy3swg6eaj3f?svg=true )] ( https://ci.appveyor.com/project/serilog/serilog-enrichers-thread ) [ ![ NuGet Version] ( http://img.shields.io/nuget/v/Serilog.Enrichers.Thread.svg?style=flat )] ( https://www.nuget.org/packages/Serilog.Enrichers.Thread/ )
6
+
7
+ To use the enricher, first install the NuGet package:
8
+
9
+ ``` powershell
10
+ Install-Package Serilog.Enrichers.Thread
11
+ ```
6
12
7
13
* [ Documentation] ( https://github.com/serilog/serilog/wiki )
8
14
Original file line number Diff line number Diff line change 1
1
version : ' {build}'
2
+ skip_tags : true
2
3
image : Visual Studio 2015
3
4
configuration : Release
4
5
install :
5
6
- ps : mkdir -Force ".\build\" | Out-Null
6
- - ps : Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
7
+ - ps : Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2 /scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
7
8
- ps : $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
8
- - ps : ' & .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0-preview2-002823 '
9
+ - ps : ' & .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0-preview2-003121 '
9
10
- ps : $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
10
11
build_script :
11
12
- ps : ./Build.ps1
@@ -18,5 +19,11 @@ deploy:
18
19
secure : nvZ/z+pMS91b3kG4DgfES5AcmwwGoBYQxr9kp4XiJHj25SAlgdIxFx++1N0lFH2x
19
20
skip_symbols : true
20
21
on :
21
- branch : /^(dev|master)$/
22
-
22
+ branch : /^(master)$/
23
+ - provider : GitHub
24
+ auth_token :
25
+ secure : Bo3ypKpKFxinjR9ShkNekNvkob2iklHJU+UlYyfHtcFFIAa58SV2TkEd0xWxz633
26
+ artifact : /Serilog.*\.nupkg/
27
+ tag : v$(appveyor_build_version)
28
+ on :
29
+ branch : master
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.0.0-rc- *" ,
2
+ "version" : " 2.0.0-*" ,
3
3
"description" : " Enrich Serilog events with properties from the current thread." ,
4
4
"authors" : [ " Serilog Contributors" ],
5
5
"packOptions" : {
9
9
"iconUrl" : " http://serilog.net/images/serilog-enricher-nuget.png"
10
10
},
11
11
"dependencies" : {
12
- "Serilog" : " 2.0.0-rc-577 "
12
+ "Serilog" : " 2.0.0"
13
13
},
14
14
"buildOptions" : {
15
15
"keyFile" : " ../../assets/Serilog.snk" ,
21
21
},
22
22
"netstandard1.3" : {
23
23
"dependencies" : {
24
- "System.Threading.Thread" : " 4.0.0-rc2-24027 "
24
+ "System.Threading.Thread" : " 4.0.0"
25
25
}
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments