forked from ssnenov/Html2Amp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHtmlToAmp.nuspec
21 lines (21 loc) · 893 Bytes
/
HtmlToAmp.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>HtmlToAmp</id>
<version>1.0.0</version>
<title>HtmlToAmp</title>
<authors>Simeon Nenov,Izabel Gandileva</authors>
<owners>Simeon Nenov,Izabel Gandileva</owners>
<projectUrl>https://github.com/ssnenov/Html2Amp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Html2Amp is a library for converting regular html to AMP html.</description>
<tags>html amp convert</tags>
<dependencies>
<dependency id="AngleSharp" version="0.9.8" />
</dependencies>
</metadata>
<files>
<file src="Html2Amp\bin\Release\DotNetGuard.dll" target="lib" />
<file src="Html2Amp\bin\Release\Html2Amp.dll" target="lib" />
</files>
</package>