Skip to content

Commit de5a38d

Browse files
Fix preserve-view-not-set warnings and duplicate-descriptions suggestions
preserve-view fixes: - dscv3.md: add &preserve-view=true (article is specifically about DSC v3) - how-to-transition-users*.md: remove ?view=winrt-22621 (general article) - personae.md: remove 3 versioned view params (general overview page) duplicate-description fixes: - store-policy-7-18.md: prefix description with 'Archived version 7.18' to differentiate from current policy - msix/configure-release-schedule.md: add 'MSIX' qualifier to description - pwa/configure-release-schedule.md: add 'PWA' qualifier to description Co-authored-by: Copilot <[email protected]>
1 parent ca86c48 commit de5a38d

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

hub/apps/distribute-through-store/how-to-transition-users-from-your-web-unpackaged-app-to-store-packaged-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Your unpackaged application likely stores its local data in:
159159
```
160160

161161

162-
Packaged applications have their reserved space for data storage, which is automatically deleted when the application is uninstalled. It is highly recommended (though not mandatory) to migrate the data to this space upon the first launch. You can retrieve the absolute path of this folder by calling [Windows.Storage.ApplicationData.Current.LocalFolder.Path](/uwp/api/windows.storage.applicationdata.localfolder?view=winrt-22621).
162+
Packaged applications have their reserved space for data storage, which is automatically deleted when the application is uninstalled. It is highly recommended (though not mandatory) to migrate the data to this space upon the first launch. You can retrieve the absolute path of this folder by calling [Windows.Storage.ApplicationData.Current.LocalFolder.Path](/uwp/api/windows.storage.applicationdata.localfolder).
163163

164164

165165
### How to migrate acquisitions and in-app purchases

hub/apps/publish/publish-your-app/msix/configure-release-schedule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Learn how to configure precise release scheduling for your app in the Microsoft Store, including setting release and stop acquisition dates for specific markets.
2+
description: Learn how to configure precise release scheduling for your MSIX app in the Microsoft Store, including setting release and stop acquisition dates for specific markets.
33
title: Configure precise release scheduling for MSIX apps
44
ms.date: 6/5/2025
55
ms.topic: article

hub/apps/publish/publish-your-app/pwa/configure-release-schedule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Learn how to configure precise release scheduling for your app in the Microsoft Store, including setting release and stop acquisition dates for specific markets.
2+
description: Learn how to configure precise release scheduling for your PWA in the Microsoft Store, including setting release and stop acquisition dates for specific markets.
33
title: Configure precise release scheduling for PWAs
44
ms.date: 6/5/2025
55
ms.topic: article

hub/apps/publish/store-policy-archive/store-policy-7-18.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Microsoft Store Policies version 7.18
3-
description: Products on the Store must meet our certification standards, offer customers a truly useful and engaging experience, and provide a good fit for the Store.
3+
description: "Archived version 7.18 of the Microsoft Store Policies. Products on the Store must meet our certification standards, offer customers a truly useful and engaging experience, and provide a good fit for the Store."
44
ms.date: 09/10/2025
55
ms.topic: article
66
keywords: store policies agreement

hub/apps/whats-new/personae.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ The following personas represent typical Windows developers. Each profile outlin
6868
- [WebView2](/Microsoft-edge/webview2/)
6969
- [React](https://react.dev)
7070
- [Angular](https://angular.dev)
71-
- [Blazor](/aspnet/core/blazor/?view=aspnetcore-8.0)
72-
- [ASP.NET Core](/aspnet/core/?view=aspnetcore-8.0)
71+
- [Blazor](/aspnet/core/blazor/)
72+
- [ASP.NET Core](/aspnet/core/)
7373

7474
**Favorite tools:**
7575

@@ -131,7 +131,7 @@ The following personas represent typical Windows developers. Each profile outlin
131131
**Go-to tech:**
132132

133133
- [.NET](/dotnet/)
134-
- [WinForms](/dotnet/desktop/winforms/overview/?view=netdesktop-8.0)
134+
- [WinForms](/dotnet/desktop/winforms/overview/)
135135
- [WPF](/dotnet/desktop/wpf/overview/)
136136
- [Entity Framework Core](/ef/core/)
137137

hub/package-manager/winget/dscv3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: overview
77

88
# dscv3 command (winget)
99

10-
The **dscv3** command of [winget](index.md) represents [Microsoft Desired State Configuration version 3](/powershell/dsc/overview?view=dsc-3.0) (DSC v3) command-based resource implementation.
10+
The **dscv3** command of [winget](index.md) represents [Microsoft Desired State Configuration version 3](/powershell/dsc/overview?view=dsc-3.0&preserve-view=true) (DSC v3) command-based resource implementation.
1111

1212

1313
## Usage

0 commit comments

Comments
 (0)