Skip to content

Commit 99be14f

Browse files
status
1 parent 1d85c3f commit 99be14f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/deployment/how-to-include-a-data-file-in-a-clickonce-application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ Each ClickOnce application you install is assigned a data directory on the desti
3838

3939
If you added an XML file named `Data.xml`, the file will look similar to the following code example.
4040

41-
`<file name="Data.xml" hash="23454C18A2DC1D23E5B391FEE299B1F235067C59" hashalg="SHA1" asmv2:size="39500" />`
41+
`<file name="Data.xml" hash="AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00" hashalg="SHA1" asmv2:size="39500" />`
4242

4343
4. Add the attribute `type` to this element, and supply it with a value of `data`.
4444

45-
`<file name="Data.xml" writeableType="applicationData" hash="23454C18A2DC1D23E5B391FEE299B1F235067C59" hashalg="SHA1" asmv2:size="39500" />`
45+
`<file name="Data.xml" writeableType="applicationData" hash="AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00" hashalg="SHA1" asmv2:size="39500" />`
4646

4747
5. Re-sign your application manifest by using your key pair or certificate, and then re-sign your deployment manifest.
4848

@@ -79,4 +79,4 @@ Each ClickOnce application you install is assigned a data directory on the desti
7979
You must re-sign your deployment manifest because its hash of the application manifest has changed.
8080

8181
## Related content
82-
- [Access local and remote data in ClickOnce applications](../deployment/accessing-local-and-remote-data-in-clickonce-applications.md)
82+
- [Access local and remote data in ClickOnce applications](../deployment/accessing-local-and-remote-data-in-clickonce-applications.md)

0 commit comments

Comments
 (0)