forked from ServiceStackV3/ServiceStack.Logging
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathServiceStack.Logging.Log4Net.nuspec
More file actions
23 lines (23 loc) · 1.13 KB
/
Copy pathServiceStack.Logging.Log4Net.nuspec
File metadata and controls
23 lines (23 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<summary>log4Net logging integration for ServiceStack, the Opensource .NET and Mono REST Web Services Framework</summary>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<projectUrl>https://github.com/ServiceStack/ServiceStack.Logging</projectUrl>
<licenseUrl>https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE</licenseUrl>
<iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
<tags>servicestack log logging log4net</tags>
<language>en-US</language>
<copyright>servicestack.net 2012 and contributors</copyright>
<dependencies>
<dependency id="log4net" version="1.2.10" />
<dependency id="ServiceStack.Common" />
</dependencies>
</metadata>
</package>