-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMs.Azure.Logging.nuspec
25 lines (25 loc) · 999 Bytes
/
Ms.Azure.Logging.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
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>http://creativecommons.org/licenses/by/3.0/</licenseUrl>
<projectUrl>http://martijnstolk.blogspot.com</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Initial release.</releaseNotes>
<copyright>Copyright 2013-2015</copyright>
<tags>Azure Logging TableStorage Appender Website Webrole Workerrole</tags>
<dependencies>
<dependency id="log4net" version="2.0.0" />
<dependency id="WindowsAzure.Storage" version="4.3.0" />
<dependency id="Microsoft.WindowsAzure.ConfigurationManager" version="2.0.3" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Configuration" targetFramework="net40" />
</frameworkAssemblies>
</metadata>
</package>