Skip to content

Commit be94118

Browse files
committed
Remove licensekey dlls from NuGet package and add dependency on LicenseKey package
Conflicts: pdfSweep.nuspec
1 parent 738e4d4 commit be94118

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pdfSweep.nuspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
<language>en-US</language>
1818
<tags>itext itext7 itextsharp c# .net csharp pdf cleanup pdfsweep</tags>
1919
<dependencies>
20-
<dependency id="itext" version="7.0.1.0" />
20+
<dependency id="itext7" version="7.0.1.0" />
2121
</dependencies>
2222
</metadata>
2323
<files>
2424
<file src="itext\itext.cleanup\bin\Release\itext.cleanup.dll" target="lib\net40" />
2525
<file src="itext\itext.cleanup\bin\Release\itext.cleanup.xml" target="lib\net40" />
26-
<file src="itext\itext.cleanup\bin\Release\itext.licensekey.dll" target="lib\net40" />
27-
<file src="itext\itext.cleanup\bin\Release\itext.licensekey.xml" target="lib\net40" />
2826
</files>
2927
</package>

0 commit comments

Comments
 (0)