forked from jamesathey/Core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCastle.Core-log4net.nuspec
33 lines (33 loc) · 1.97 KB
/
Castle.Core-log4net.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
31
32
33
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Castle.Core-log4net</id>
<version>0.0.0</version>
<title>Castle log4net integration</title>
<authors>Castle Project Contributors</authors>
<owners>Castle Project Contributors</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<projectUrl>http://www.castleproject.org/</projectUrl>
<iconUrl>http://docs.castleproject.org/GetFile.aspx?File=/castleLogo100px.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Castle logging services integration with log4net 1.2.10</description>
<copyright>Copyright 2004-$CurrentYear$ Castle Project - http://www.castleproject.org/</copyright>
<tags>castle, logging, log4net</tags>
<dependencies>
<dependency id="Castle.Core" version="$CastleCoreVersion$" />
<dependency id="log4net" version="[1.2.10]" />
</dependencies>
</metadata>
<files>
<file src="License.txt" />
<file src="build/NET35/NET35-Release/pkg/bin/Castle.Services.Logging.Log4netIntegration.dll" target="lib/net35" />
<file src="build/NET35/NET35-Release/pkg/bin/Castle.Services.Logging.Log4netIntegration.pdb" target="lib/net35" />
<file src="build/NET40/NET40-Release/pkg/bin/Castle.Services.Logging.Log4netIntegration.dll" target="lib/net40" />
<file src="build/NET40/NET40-Release/pkg/bin/Castle.Services.Logging.Log4netIntegration.pdb" target="lib/net40" />
<file src="build/NET45/NET45-Release/pkg/bin/Castle.Services.Logging.Log4netIntegration.dll" target="lib/net45" />
<file src="build/NET45/NET45-Release/pkg/bin/Castle.Services.Logging.Log4netIntegration.pdb" target="lib/net45" />
<file src="buildscripts/ASL - Apache Software Foundation License.txt" />
<file src="buildscripts/readme.txt" />
<file src="src/Castle.Services.Logging.log4netIntegration/**/*.cs" />
</files>
</package>