File size: 1,658 Bytes
fab29d7 | 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 | <?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>VersOne.Epub</id>
<version>3.3.4</version>
<title>EPUB reader</title>
<description>.NET library for reading EPUB files</description>
<authors>vers</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Unlicense</license>
<projectUrl>https://github.com/vers-one/EpubReader</projectUrl>
<releaseNotes>Release notes: https://github.com/vers-one/EpubReader/releases/latest/</releaseNotes>
<copyright>Unlicense <http://unlicense.org></copyright>
<tags>epub</tags>
<dependencies>
<group targetFramework="net46">
</group>
<group targetFramework="netstandard1.3">
<dependency id="System.IO.Compression" version="4.3.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="netstandard2.0">
</group>
</dependencies>
</metadata>
<files>
<file src="bin\Release\net46\VersOne.Epub.dll" target="lib\net46" />
<file src="bin\Release\net46\VersOne.Epub.xml" target="lib\net46" />
<file src="bin\Release\netstandard1.3\VersOne.Epub.dll" target="lib\netstandard1.3" />
<file src="bin\Release\netstandard1.3\VersOne.Epub.xml" target="lib\netstandard1.3" />
<file src="bin\Release\netstandard2.0\VersOne.Epub.dll" target="lib\netstandard2.0" />
<file src="bin\Release\netstandard2.0\VersOne.Epub.xml" target="lib\netstandard2.0" />
</files>
</package>
|