-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathSander.txt2html.nuspec
More file actions
28 lines (26 loc) · 1.4 KB
/
Sander.txt2html.nuspec
File metadata and controls
28 lines (26 loc) · 1.4 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
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Sander.txt2html</id>
<version>2.0.1</version>
<authors>Sander Säde</authors>
<owners>Sander Säde</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/SanderSade/txt2html/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/SanderSade/txt2html/tree/master/txt2html.core</projectUrl>
<iconUrl>https://img.shields.io/badge/txt2html-2.0.1-brightgreen.svg?longCache=true&style=for-the-badge</iconUrl>
<description>Use txt2html to convert plain text files to the hypertext markup language (HTML). </description>
<copyright>Sander Säde 2018</copyright>
<tags>txt2html text-conversion text-to-html</tags>
<repository type="GitHub" url="https://github.com/SanderSade/txt2html" />
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
<files>
<file src="txt2html.core\bin\Release\netstandard2.0\txt2html.core.dll" target="lib\netstandard2.0" />
<file src="txt2html.core\bin\Release\netstandard2.0\txt2html.xml" target="lib\netstandard2.0" />
<file src="txt2html.core\bin\Release\netstandard2.0\txt2html.ent" target="lib\netstandard2.0" />
<file src="txt2html.core\bin\Release\netstandard2.0\txt2html.core.deps.json" target="lib\netstandard2.0" />
</files>
</package>