Skip to content

Commit

Permalink
Merge PR icsharpcode#264, Update README with renamed namespace
Browse files Browse the repository at this point in the history
Checksum namespace changed from `ICSharpCode.SharpZipLib.Checksums.*` to `ICSharpCode.SharpZipLib.Checksum.*`.

Co-authored-by: ronaldbarendse <ronaldbarendse@users.noreply.github.com>
  • Loading branch information
2 people authored and piksel committed Aug 23, 2018
1 parent fa75398 commit 8d217ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Namespace layout
| Module | Namespace |
|:----------------:|:-----------------------------|
|BZip2 implementation|ICSharpCode.SharpZipLib.BZip2.\*|
|Checksum implementation|ICSharpCode.SharpZipLib.Checksums.\*|
|Checksum implementation|ICSharpCode.SharpZipLib.Checksum.\*|
|Core utilities / interfaces|ICSharpCode.SharpZipLib.Core.\*|
|Encryption implementation|ICSharpCode.SharpZipLib.Encryption.\*|
|GZip implementation|ICSharpCode.SharpZipLib.GZip.\*|
Expand Down

0 comments on commit 8d217ae

Please sign in to comment.