forked from ChangemakerStudios/Common.Logging.Serilog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Common.Logging.Serilog.nuspec
28 lines (28 loc) · 1.57 KB
/
Common.Logging.Serilog.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Common.Logging.Serilog</id>
<version>4.1.2</version>
<authors>CaptiveAire Systems</authors>
<owners>Jaben Cargman</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/CaptiveAire/Common.Logging.Serilog</projectUrl>
<iconUrl>http://serilog.net/images/serilog-nuget.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Easily bridge the old with the new and shiny: Common Logging adapter for Serilog structured logging.</description>
<releaseNotes>v3.1: Updated Common Logging and Serilog references.</releaseNotes>
<language>en-US</language>
<tags>serilog common logging adapter json structured</tags>
<dependencies>
<dependency id="Common.Logging" version="3.3.1" />
<dependency id="Common.Logging.Core" version="3.3.1" />
<dependency id="Serilog" version="2.0.0" />
</dependencies>
</metadata>
<files>
<file src="content\app.config.transform" target="content\app.config.transform" />
<file src="content\web.config.transform" target="content\web.config.transform" />
<file src="src\bin\Release\Common.Logging.Serilog.dll" target="lib\net45\Common.Logging.Serilog.dll" />
<file src="src\bin\Release\Common.Logging.Serilog.pdb" target="lib\net45\Common.Logging.Serilog.pdb" />
</files>
</package>