From cf1b8651d620741ca269004f97e7567633cc6079 Mon Sep 17 00:00:00 2001 From: Eliot Jones Date: Sat, 4 Jan 2020 10:17:17 +0000 Subject: [PATCH] make adler32checksum public there's no reason to keep adler32checksum internal so it is made public in case people find it useful. --- src/UglyToad.PdfPig.Tests/PublicApiScannerTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/UglyToad.PdfPig.Tests/PublicApiScannerTests.cs b/src/UglyToad.PdfPig.Tests/PublicApiScannerTests.cs index 63db494b..3fc4bfd0 100644 --- a/src/UglyToad.PdfPig.Tests/PublicApiScannerTests.cs +++ b/src/UglyToad.PdfPig.Tests/PublicApiScannerTests.cs @@ -236,6 +236,7 @@ "UglyToad.PdfPig.Tokens.ObjectToken", "UglyToad.PdfPig.Tokens.StreamToken", "UglyToad.PdfPig.Tokens.StringToken", + "UglyToad.PdfPig.Util.Adler32Checksum", "UglyToad.PdfPig.Util.IWordExtractor", "UglyToad.PdfPig.Util.DefaultWordExtractor", "UglyToad.PdfPig.Writer.PdfDocumentBuilder",