You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/ManifestSpecv0.1.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Name: MSIX SDK
42
42
AppMoniker: msixsdk
43
43
44
44
# Version is a required field. It is the specific version of this copy of the application.
45
-
# Versions should be separated by a period, but we will support other deliminators.
45
+
# Versions should be separated by a period, but we will support other delimiters.
46
46
# Versions should be limited to four fields: Major.Minor.Build.Update.
47
47
# Versions will be sorted as integers following the following pattern: Major.Minor.Build.Patch.
48
48
# Restrictions: 4 sections with max value of 65535. For example:65535.65535.65535.65535
@@ -258,7 +258,7 @@ Installers:
258
258
## Best Practices
259
259
The Id must be unique. You cannot have multiple submissions with the same Id.
260
260
261
-
Avoid creating multiple publisher folders. For example, do not create "Contoso Ltd." if there is already a "Contonso" folder.
261
+
Avoid creating multiple publisher folders. For example, do not create "Contoso Ltd." if there is already a "Contoso" folder.
262
262
263
263
All tools must support a silent install. If you have an executable that does not support a silent install, then we cannot provide that tool at this time. Provide feedback to the repo. If this is a restriction that you would like to see removed add an issue or up vote it.
264
264
My installer supports a silent install, but is not one of the supported InstallerTypes. How can I get it added to your repo. Ping us on the repo.
0 commit comments