forked from TerribleDev/TimberWinR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackage.nuspec
More file actions
20 lines (20 loc) · 800 Bytes
/
Package.nuspec
File metadata and controls
20 lines (20 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package >
<metadata>
<id>TimberWinR</id>
<version>1.0.1</version>
<authors>efontana</authors>
<owners>efontana</owners>
<licenseUrl>https://github.com/efontana/TimberWinR/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/efontana/TimberWinR</projectUrl>
<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Native .NET Windows Logging to Redis agent</description>
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>Tag1 Tag2</tags>
<dependencies>
<dependency id="SampleDependency" version="1.0" />
</dependencies>
</metadata>
</package>