forked from jonwagner/EventSourceProxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEventSourceProxy.NuGet.nuspec
More file actions
28 lines (28 loc) · 1.28 KB
/
EventSourceProxy.NuGet.nuspec
File metadata and controls
28 lines (28 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>EventSourceProxy.NuGet</id>
<version>1.0.0</version>
<title>EventSourceProxy.NuGet</title>
<authors>Jon Wagner</authors>
<description>
Automatically implements the tedious part of the .NET 4.5 EventSource class.
Also automatically converts any interface to an ETW trace point.
Wrap your interfaces and get free ETW tracing.
** Compatible with Microsoft.Diagnostics.Tracing (the one in NuGet) **
</description>
<language>en-US</language>
<projectUrl>http://github.com/jonwagner/EventSourceProxy</projectUrl>
<licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl>
<tags>EventSource log semantic structured strongly-typed logging ETW tracing event listener block lab LOB slab</tags>
<dependencies>
<dependency id="Newtonsoft.Json"></dependency>
</dependencies>
</metadata>
<files>
<file src="EventSourceProxy.NuGet\bin\Release\EventSourceProxy.NuGet.dll" target="lib" />
<file src="EventSourceProxy.NuGet\bin\Release\EventSourceProxy.NuGet.xml" target="lib" />
<file src="EventSourceProxy.NuGet\bin\Release\EventSourceProxy.NuGet.dll" target="tools" />
<file src="GenerateProxyManifest.NuGet\bin\Release\GenerateProxyManifest.exe" target="tools" />
</files>
</package>