-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
nanoFramework.Logging.nuspec
37 lines (37 loc) · 2.04 KB
/
nanoFramework.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
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.Logging</id>
<version>$version$</version>
<title>nanoFramework.Logging</title>
<authors>nanoframework</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<releaseNotes>
</releaseNotes>
<readme>docs\README.md</readme>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework/nanoFramework.Logging</projectUrl>
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Logging" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the nanoFramework.Logging assembly for .NET nanoFramework C# projects.
There are also two other packages with just the Serial Logging and just the Stream Logging.
These are meant to be used when you want to use those possibilities.</description>
<tags>nanoFramework C# csharp netmf netnf logger</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
</dependencies>
</metadata>
<files>
<file src="nanoFramework.Logging\bin\Release\nanoFramework.Logging.dll" target="lib\nanoFramework.Logging.dll" />
<file src="nanoFramework.Logging\bin\Release\nanoFramework.Logging.pdb" target="lib\nanoFramework.Logging.pdb" />
<file src="nanoFramework.Logging\bin\Release\nanoFramework.Logging.pdbx" target="lib\nanoFramework.Logging.pdbx" />
<file src="nanoFramework.Logging\bin\Release\nanoFramework.Logging.pe" target="lib\nanoFramework.Logging.pe" />
<file src="nanoFramework.Logging\bin\Release\nanoFramework.Logging.xml" target="lib\nanoFramework.Logging.xml" />
<file src="assets\readme.txt" target="" />
<file src="README.md" target="docs\" />
<file src="assets\nf-logo.png" target="images" />
<file src="LICENSE.md" target="" />
</files>
</package>