-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuLog.nuspec
More file actions
25 lines (25 loc) · 1.09 KB
/
NuLog.nuspec
File metadata and controls
25 lines (25 loc) · 1.09 KB
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" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>NuLog</id>
<version>0.0.0-rc0</version>
<title>NuLog</title>
<authors>Ivan Andrew Pointer</authors>
<owners>Ivan Andrew Pointer</owners>
<license type="expression">MIT</license>
<projectUrl>http://docs.nulog.io/en/latest/?badge=latest</projectUrl>
<icon>images\icon.png</icon>
<iconUrl>https://github.com/ivanpointer/NuLog/blob/master/Marketing/NuLog%20Logo%20Large.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Powerfully Simple Logging. Period.</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<repository type="git" url="https://github.com/ivanpointer/NuLog.git" branch="master" />
<copyright>©2020 Ivan Andrew Pointer</copyright>
<language>en-US</language>
<tags>log logging nulog tag</tags>
</metadata>
<files>
<file src="Marketing\NuLog Logo Large.png" target="images\icon.png" />
<file src="NuLog\bin\Release\**" target="lib" />
</files>
</package>