make adler32checksum public

there's no reason to keep adler32checksum internal so it is made public in case people find it useful.
This commit is contained in:
Eliot Jones
2020-01-04 10:17:17 +00:00
parent b355a31ae8
commit cf1b8651d6

View File

@@ -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",