Skip to content

Commit d5f63d7

Browse files
Steven WhiteSteven White
authored andcommitted
Merged PR 21135: Removing that sentence, after review
Removing that sentence, after review
1 parent 0166070 commit d5f63d7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

windows.applicationmodel/package_description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The description of the package.
1717

1818
## -remarks
1919

20-
This property is intended for use by [packaged](/windows/apps/package-and-deploy/) apps. On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **Description** will return an empty string.
20+
On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **Description** will return an empty string.
2121

2222
## -examples
2323

windows.applicationmodel/package_displayname.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The display name.
1717

1818
## -remarks
1919

20-
This property is intended for use by [packaged](/windows/apps/package-and-deploy/) apps. On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **DisplayName** will return an empty string.
20+
On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **DisplayName** will return an empty string.
2121

2222
## -examples
2323

windows.applicationmodel/package_logo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The logo of the package.
1717

1818
## -remarks
1919

20-
This property is intended for use by [packaged](/windows/apps/package-and-deploy/) apps. On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **Logo** will throw an exception.
20+
On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **Logo** will throw an exception.
2121

2222
## -examples
2323

windows.applicationmodel/package_publisherdisplayname.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The publisher display name.
1717

1818
## -remarks
1919

20-
This property is intended for use by [packaged](/windows/apps/package-and-deploy/) apps. On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **PublisherDisplayName** will return an empty string.
20+
On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **PublisherDisplayName** will return an empty string.
2121

2222
## -examples
2323

0 commit comments

Comments
 (0)