Skip to content

Commit c238a45

Browse files
authored
Change NLog target name
1 parent a9a3370 commit c238a45

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,14 @@ If you log an object with the message, Stackify's log viewer makes it easy to se
7979

8080
**Install via NuGet package**
8181
```
82-
PM> Install-Package StackifyLib.NLog
82+
PM> Install-Package NLog.Targets.Stackify
8383
```
8484

85-
Nuget packages are compiled against 2.0.1.2 but any newer version (including v3) will work with a valid assembly binding redirect.
86-
87-
<dependentAssembly>
88-
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
89-
<bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" />
90-
</dependentAssembly>
91-
9285
Sample config:
9386

9487
<nlog>
9588
<extensions>
96-
<add assembly="StackifyLib.nLog"/>
89+
<add assembly="NLog.Targets.Stackify"/>
9790
</extensions>
9891
<targets>
9992
<target name="stackify" type="StackifyTarget" globalContextKeys="examplekey1,key2"

0 commit comments

Comments
 (0)