-
Notifications
You must be signed in to change notification settings - Fork 20
/
EventSourceProxy.nuspec
30 lines (30 loc) · 1.38 KB
/
EventSourceProxy.nuspec
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
29
30
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>EventSourceProxy</id>
<version>1.0.0</version>
<title>EventSourceProxy</title>
<authors>Jon Wagner</authors>
<description>
Automatically implements the tedious part of the .NET EventSource classes.
Also automatically converts any interface to an ETW trace point.
Wrap your interfaces and get free ETW tracing.
** Now with .NET Standard 2.0 support! **
</description>
<language>en-US</language>
<projectUrl>http://github.com/jonwagner/EventSourceProxy</projectUrl>
<license type="expression">MS-PL OR MIT</license>
<tags>EventSource log semantic structured strongly-typed logging ETW tracing event listener block lab LOB slab</tags>
<dependencies>
<group targetFramework=".netstandard2.0">
<dependency id="Newtonsoft.Json" version="12.0.3"></dependency>
</group>
</dependencies>
</metadata>
<files>
<file src=".\EventSourceProxy\bin\Release\netstandard2.0\EventSourceProxy.dll" target="lib/netstandard20" />
<file src=".\EventSourceProxy\bin\Release\netstandard2.0\EventSourceProxy.xml" target="lib/netstandard20" />
<file src=".\EventSourceProxy\bin\Release\netstandard2.0\EventSourceProxy.dll" target="tools" />
<file src=".\GenerateProxyManifest\bin\Release\netcoreapp2.0\GenerateProxyManifest.dll" target="tools" />
</files>
</package>