Skip to content

Commit 436284b

Browse files
authored
Merge pull request MicrosoftDocs#4098 from hassansuhaib/patch-1
Update create-package-app-appsource.md
2 parents 58da71b + a3ad7dd commit 436284b

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)