Skip to content

Commit d779a04

Browse files
authored
Merge pull request #7777 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch main)
2 parents 808115e + 436284b commit d779a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/create-package-app-appsource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ A package lets you bundle and deploy multiple files related to your app at once.
4040

4141
- **\<PackageName>.dll**: The assembly contains the custom code for your package. For example: **SamplePackage.dll**.
4242

43-
2. Next, create a **[Content_Types].xml** file that provides MIME type information of the file type extensions that are included in your package. This is separate from the one that will be included again in the AppSource package. Here is the sample contents of a Content_Types].xml file with file types listed:
43+
2. Next, create a **[Content_Types].xml** file that provides MIME type information of the file type extensions that are included in your package. This is separate from the one that will be included again in the AppSource package. Here is the sample contents of a [Content_Types].xml file with file types listed:
4444

4545
```xml
4646
<?xml version="1.0" encoding="utf-8"?>

0 commit comments

Comments
 (0)