Skip to content

Commit e554728

Browse files
committed
Update readme.md
1 parent 05b853a commit e554728

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ Example file formats that leverage System.IO.Packaging
2121
## How it works
2222

2323
* For an input package stream
24-
* Duplicate each entry with a consistent compression
24+
* Duplicate each entry with a consistent compression and consistent order
2525
* Omit `package/services/metadata/core-properties/*.psmdcp` entries
2626
* For the relationships entry `_rels/.rels`
2727
* Modify the `Id` of each `Relationship` to be deterministic
2828
* Remove the `Relationship` for the `.psmdcp` entry
2929
* Order `Relationship`s by `Type`
3030
* For the relationships entry `xl/_rels/workbook.xml.rels`
3131
* Order `Relationship`s by `Type`
32-
* For the relationships entry `xl/_rels/workbook.xml.rels`
33-
* Remove the `created`, `lastModifiedBy`, and `modified` elements
32+
* For the relationships entry `docProps/core.xml`
33+
* Remove the `creator`, `created`, `lastModifiedBy`, and `modified` elements
3434

3535

3636
## Usage

0 commit comments

Comments
 (0)