-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpdfSweep.nuspec
31 lines (31 loc) · 1.4 KB
/
pdfSweep.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>itext.pdfsweep</id>
<version>5.0.1-SNAPSHOT</version>
<title>iText pdfSweep</title>
<authors>iText Software</authors>
<owners>iText Software</owners>
<licenseUrl>https://itextpdf.com/legal</licenseUrl>
<projectUrl>https://itextpdf.com/</projectUrl>
<icon>ITSC-avatar.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>pdfSweep is an iText add-on that allows you to permanently remove or black out sensitive data from your PDF documents.</description>
<summary />
<releaseNotes>https://itextpdf.com/itext7release</releaseNotes>
<copyright>Copyright (c) 1998-2025 Apryse Group NV</copyright>
<language>en-US</language>
<tags>itext itext7 itextsharp c# .net csharp pdf cleanup pdfsweep</tags>
<repository type="git" url="https://github.com/itext/i7j-pdfsweep.git" />
<dependencies>
<dependency id="itext" version="9.1.0-SNAPSHOT" />
</dependencies>
</metadata>
<files>
<file src="itext\itext.cleanup\bin\Release\net461\itext.cleanup.dll" target="lib\net461" />
<file src="itext\itext.cleanup\bin\Release\net461\itext.cleanup.xml" target="lib\net461" />
<file src="gnu-agpl-v3.0.md" target="" />
<file src="LICENSE.md" target="" />
<file src="ITSC-avatar.png" target="" />
</files>
</package>