-
Notifications
You must be signed in to change notification settings - Fork 2
/
N7z.nuspec
39 lines (36 loc) · 1.48 KB
/
N7z.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
38
39
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>N7z</id>
<version>0.0.1</version>
<title>[ N7z ] 7-Zip file archiver for .NET (C#)</title>
<authors>github.com/3F/N7z</authors>
<owners>reg</owners>
<licenseUrl>https://github.com/3F/N7z/blob/master/License.txt</licenseUrl>
<projectUrl>https://github.com/3F/N7z</projectUrl>
<!-- <iconUrl>https://raw.githubusercontent.com/3F/N7z/master/</iconUrl> -->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
N7z - 7-Zip file archiver for .NET (C#)
_ _ _ _ _ _
Source code and all details here: https://github.com/3F/N7z
~~~~~~~~
Get it via GetNuTool:
==========================================
gnt /p:ngpackages="N7z/0.0.1"
==========================================
* https://github.com/3F/GetNuTool
</description>
<summary>N7z - 7-Zip file archiver for .NET (C#) :: Source code: https://github.com/3F/N7z</summary>
<tags>7z 7zip API N7z dll Conari</tags>
<releaseNotes></releaseNotes>
<copyright>Copyright (c) 2016 Denis Kuzmin [entry.reg@gmail.com]</copyright>
<references>
<!-- <reference file="Conari.dll" /> Optional via GetNuTool etc. -->
<reference file="N7z.dll" />
</references>
<dependencies>
<dependency id="Conari" version="(1.3.0,)" />
</dependencies>
</metadata>
</package>