forked from tomap/SevenZipSharp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.nuspec
19 lines (18 loc) · 970 Bytes
/
package.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>SevenZipSharp.Net45</id>
<version>1.0.0</version>
<authors>Thomas Piart, markhor</authors>
<summary>Managed 7-zip library written in C# that provides data (self-)extraction and compression (all 7-zip formats are supported).</summary>
<description>It wraps 7z.dll or any compatible one and makes use of LZMA SDK.</description>
<language>en-US</language>
<licenseUrl>https://github.com/tomap/SevenZipSharp/license</licenseUrl>
<projectUrl>https://github.com/tomap/SevenZipSharp</projectUrl>
<tags>7z sevenzip sevenzipsharp</tags>
</metadata>
<files>
<file src="SevenZip\bin\Release\SevenZipSharp.dll" target="lib\net45" />
<file src="SevenZip\bin\Release\SevenZipSharp.pdb" target="lib\net45" />
</files>
</package>