Skip to content

Commit 31b754c

Browse files
authored
Merge branch 'master' into dev
2 parents 2fd812a + b1b509b commit 31b754c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# Serilog.Enricher.Process
1+
# Serilog.Enrichers.Process
22

33
The process enricher for Serilog.
44

55
[![Build status](https://ci.appveyor.com/api/projects/status/ihq58voxyfwfanyg?svg=true)](https://ci.appveyor.com/project/serilog/serilog-enrichers-process) [![NuGet Version](http://img.shields.io/nuget/v/Serilog.Enrichers.Process.svg?style=flat)](https://www.nuget.org/packages/Serilog.Enricher.Process/)
66

7+
8+
To use the enricher, first install the NuGet package:
9+
10+
```powershell
11+
Install-Package Serilog.Enrichers.Process
12+
```
13+
714
* [Documentation](https://github.com/serilog/serilog/wiki)
815

916
Copyright © 2016 Serilog Contributors - Provided under the [Apache License, Version 2.0](http://apache.org/licenses/LICENSE-2.0.html).

src/Serilog.Enrichers.Process/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"net45": {},
2525
"netstandard1.3": {
2626
"dependencies": {
27-
"System.Diagnostics.Process": "4.1.0-rc2-24027"
27+
"System.Diagnostics.Process": "4.1.0"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)