Skip to content

Commit

Permalink
Added missing dependency for iText.
Browse files Browse the repository at this point in the history
Signed-off-by: Robert F. Frasca <[email protected]>
  • Loading branch information
rffrasca committed Feb 3, 2024
1 parent 97f2b76 commit 8a36d5d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
10 changes: 10 additions & 0 deletions THIRD-PARTY-NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Autoupdater.NET.Official (https://www.nuget.org/packages/Autoupdater.NET.Officia
Copyright: Copyright © 2012-2021 RBSoft
License: MIT License, full text can be found at https://github.com/ravibpatel/AutoUpdater.NET/blob/master/LICENSE

BouncyCastle.Cryptography (https://www.nuget.org/packages/BouncyCastle.Cryptography/2.2.1)
Authors: LegionOfTheBouncyCastle
Copyright: Copyright © Legion of the Bouncy Castle Inc. 2000-2023
License: MIT License, full text can be found at https://www.nuget.org/packages/BouncyCastle.Cryptography/2.2.1/License

Ghostscript 10.02.1 (https://www.ghostscript.com/)
Copyright: Copyright (C) 2023 Artifex Software, Inc. All rights reserved.
License: AGPLv3 License, full text can be found at https://www.ghostscript.com/licensing/index.html
Expand All @@ -34,6 +39,11 @@ itext (https://www.nuget.org/packages/itext/8.0.2)
Copyright: Copyright (c) 1998-2023 Apryse Group NV
License: AGPLv3 License, full text can be found at https://www.gnu.org/licenses/agpl.html

itext.bouncy-castle-adapter (https://www.nuget.org/packages/itext.bouncy-castle-adapter/8.0.2)
Authors: iText
Copyright: Copyright (c) 1998-2023 Apryse Group NV
License: AGPLv3 License, full text can be found at https://www.gnu.org/licenses/agpl.html

itext.commons (https://www.nuget.org/packages/itext.commons/8.0.2)
Authors: iText
Copyright: Copyright (c) 1998-2023 Apryse Group NV
Expand Down
14 changes: 12 additions & 2 deletions src/Help/en-US/THIRD-PARTY-NOTICES.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title></title>
<meta name="generator" content="LibreOffice 7.6.4.1 (Windows)"/>
<meta name="generator" content="LibreOffice 24.2.0.3 (Windows)"/>
<meta name="created" content="00:00:00"/>
<meta name="changed" content="00:00:00"/>
<style type="text/css">
Expand Down Expand Up @@ -42,6 +42,11 @@
Copyright: Copyright © 2012-2021 RBSoft
License: MIT License, full text can be found at https://github.com/ravibpatel/AutoUpdater.NET/blob/master/LICENSE

BouncyCastle.Cryptography (https://www.nuget.org/packages/BouncyCastle.Cryptography/2.2.1)
Authors: LegionOfTheBouncyCastle
Copyright: Copyright © Legion of the Bouncy Castle Inc. 2000-2023
License: MIT License, full text can be found at https://www.nuget.org/packages/BouncyCastle.Cryptography/2.2.1/License

Ghostscript 10.02.1 (https://www.ghostscript.com/)
Copyright: Copyright (C) 2023 Artifex Software, Inc. All rights reserved.
License: AGPLv3 License, full text can be found at https://www.ghostscript.com/licensing/index.html
Expand All @@ -51,6 +56,11 @@
Copyright: Copyright (c) 1998-2023 Apryse Group NV
License: AGPLv3 License, full text can be found at https://www.gnu.org/licenses/agpl.html

itext.bouncy-castle-adapter (https://www.nuget.org/packages/itext.bouncy-castle-adapter/8.0.2)
Authors: iText
Copyright: Copyright (c) 1998-2023 Apryse Group NV
License: AGPLv3 License, full text can be found at https://www.gnu.org/licenses/agpl.html

itext.commons (https://www.nuget.org/packages/itext.commons/8.0.2)
Authors: iText
Copyright: Copyright (c) 1998-2023 Apryse Group NV
Expand Down Expand Up @@ -166,4 +176,4 @@
Copyright: © Microsoft Corporation. All rights reserved.
License: MIT License, full text can be found at https://spdx.org/licenses/MIT</pre>
</body>
</html>
</html>
3 changes: 3 additions & 0 deletions src/PDFKeeper.Core/PDFKeeper.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@
<PackageReference Include="itext">
<Version>8.0.2</Version>
</PackageReference>
<PackageReference Include="itext.bouncy-castle-adapter">
<Version>8.0.2</Version>
</PackageReference>
<PackageReference Include="itext.font-asian">
<Version>8.0.2</Version>
</PackageReference>
Expand Down
6 changes: 6 additions & 0 deletions src/PDFKeeper.Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@
</Component>
<Component Id="itext.bouncy_castle_connector.dll" Guid="3aadbc87-5d62-45dc-a478-1a9e2ee3082d">
<File Id="itext.bouncy_castle_connector.dll" Name="itext.bouncy-castle-connector.dll" Source="$(var.PDFKeeper.Presentation_TargetDir)itext.bouncy-castle-connector.dll" />
</Component>
<Component Id="itext.bouncy_castle_adapter.dll" Guid="d36c53c8-d8b1-4ba8-9855-14de3d4b52b2">
<File Id="itext.bouncy_castle_adapter.dll" Name="itext.bouncy-castle-adapter.dll" Source="$(var.PDFKeeper.Presentation_TargetDir)itext.bouncy-castle-adapter.dll" />
</Component>
<Component Id="BouncyCastle.Cryptography.dll" Guid="5ba5c46f-096e-40ca-b0fc-71e3cea143fb">
<File Id="BouncyCastle.Cryptography.dll" Name="BouncyCastle.Cryptography.dll" Source="$(var.PDFKeeper.Presentation_TargetDir)BouncyCastle.Cryptography.dll" />
</Component>
</ComponentGroup>
</Fragment>
Expand Down

0 comments on commit 8a36d5d

Please sign in to comment.