Skip to content

Commit d4947ee

Browse files
Merge pull request #6154 from MicrosoftDocs/niels9001/wasdk-releasenotes-formatting
Release notes formatting improvements for WASDK
2 parents a11194e + b25e90e commit d4947ee

11 files changed

Lines changed: 173 additions & 36 deletions

hub/apps/windows-app-sdk/release-notes/windows-app-sdk-0-8.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ This is a servicing release of the Windows App SDK that includes critical bug fi
2424
2525
</details>
2626

27+
---
28+
2729
## Version 0.8.11
2830

2931
<details><summary>Bug fixes</summary>
@@ -32,6 +34,8 @@ This is a servicing release of the Windows App SDK that includes critical bug fi
3234
3335
</details>
3436

37+
---
38+
3539
## Version 0.8.10
3640

3741
<details><summary>Bug fixes</summary>
@@ -42,6 +46,8 @@ This is a servicing release of the Windows App SDK that includes critical bug fi
4246
> Windows App SDK 0.8.9 was not released. The version released directly after 0.8.8 is 0.8.10.
4347
4448
</details>
49+
---
50+
---
4551

4652
## Version 0.8.8
4753

@@ -60,6 +66,8 @@ For C# developers, one of the following .NET SDK versions (or later) is required
6066
6167
</details>
6268

69+
---
70+
6371
## Version 0.8.7
6472

6573
This is a servicing release of the Windows App SDK that includes several performance updates for C#/.NET applications. To update to this version, you'll need to reference the latest Windows SDK package version. To do that, add the property `<WindowsSdkPackageVersion>10.0.<sdk_version>.24</WindowsSdkPackageVersion>` to your `.csproj` file with the SDK version your app is targeting from the `TargetFramework` property. For example:
@@ -79,6 +87,8 @@ This version of the Windows SDK projection will be available in an upcoming .NET
7987

8088
If you don't set this property, then you'll see an error like: `"Error: This version of Project Reunion requires WinRT.Runtime.dll version 1.6 or greater."`
8189

90+
---
91+
8292
## Version 0.8.6
8393

8494
This is a servicing release of the Windows App SDK that includes several performance improvements for C#/.NET applications for the 0.8.0 release.
@@ -91,6 +101,8 @@ To update to this version of Windows App SDK, you will need to have the latest .
91101
92102
</details>
93103

104+
---
105+
94106
## Version 0.8.5
95107

96108
This is a servicing release of the Windows App SDK that includes more critical bug fixes for the 0.8.0 release.
@@ -105,6 +117,8 @@ This is a servicing release of the Windows App SDK that includes more critical b
105117
106118
</details>
107119

120+
---
121+
108122
## Version 0.8.4
109123

110124
This is a servicing release of the Windows App SDK that includes more critical bug fixes for the 0.8.0 release.
@@ -118,6 +132,8 @@ This is a servicing release of the Windows App SDK that includes more critical b
118132
119133
</details>
120134

135+
---
136+
121137
## Version 0.8.3
122138

123139
This is a servicing release of the Windows App SDK that includes more critical bug fixes for the 0.8.0 release.
@@ -129,6 +145,8 @@ This is a servicing release of the Windows App SDK that includes more critical b
129145
130146
</details>
131147

148+
---
149+
132150
## Version 0.8.2
133151

134152
This is a servicing release of the Windows App SDK that includes more critical bug fixes for the 0.8.0 release.
@@ -146,6 +164,8 @@ This is a servicing release of the Windows App SDK that includes more critical b
146164
147165
</details>
148166

167+
---
168+
149169
## Version 0.8.1
150170

151171
This is a servicing release of the Windows App SDK that includes a few critical bug fixes for the 0.8.0 release.
@@ -162,6 +182,8 @@ This is a servicing release of the Windows App SDK that includes a few critical
162182
163183
</details>
164184

185+
---
186+
165187
## Version 0.8.0 Stable
166188

167189
This release supports all [stable channel features](../../windows-app-sdk/release-channels.md#features-available-by-release-channel).

hub/apps/windows-app-sdk/release-notes/windows-app-sdk-1-0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ zone_pivot_groups: wasdk-release-channels
2626
2727
</details>
2828

29+
---
30+
2931
## Version 1.0.3
3032

3133
<details><summary>Bug fixes</summary>
@@ -37,6 +39,8 @@ zone_pivot_groups: wasdk-release-channels
3739
3840
</details>
3941

42+
---
43+
4044
## Version 1.0.2
4145

4246
This is a servicing release of the Windows App SDK that includes critical bug fixes for the 1.0 release.
@@ -50,6 +54,8 @@ This is a servicing release of the Windows App SDK that includes critical bug fi
5054
5155
</details>
5256

57+
---
58+
5359
## Version 1.0.1
5460

5561
This is a servicing release of the Windows App SDK that includes critical bug fixes and multi-window support for the 1.0 release.
@@ -80,6 +86,8 @@ This is a servicing release of the Windows App SDK that includes critical bug fi
8086
8187
</details>
8288

89+
---
90+
8391
## Version 1.0
8492

8593
<details><summary>WinUI 3</summary>
@@ -467,6 +475,8 @@ To get your machine back into a good state, take the following steps:
467475

468476
The feature causing the **PATH** environment variable to be corrupted will be removed in the upcoming Windows App SDK 1.0 Preview 3 release. It might be reintroduced at a later date, when all bugs have been fixed and thoroughly tested.
469477

478+
---
479+
470480
## Version 1.0 Preview 2 (1.0.0-preview2)
471481

472482
> [!IMPORTANT]
@@ -610,6 +620,8 @@ File Type associations incorrectly encode %1 to be %251 when setting the Verb ha
610620
3. Add `#include <winrt/Microsoft.UI.Dispatching.h>` to your `pch.h`.
611621
4. Now `co_await wil::resume_foreground(your_dispatcherqueue);`.
612622

623+
---
624+
613625
## Version 1.0 Preview 1 (1.0.0-preview1)
614626

615627
> [!IMPORTANT]

hub/apps/windows-app-sdk/release-notes/windows-app-sdk-1-1.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ zone_pivot_groups: wasdk-release-channels
2424
2525
</details>
2626

27+
---
28+
2729
## Version 1.1.4
2830

2931
<details><summary>Bug fixes</summary>
@@ -40,6 +42,8 @@ zone_pivot_groups: wasdk-release-channels
4042
4143
</details>
4244

45+
---
46+
4347
## Version 1.1.3
4448

4549
<details><summary>Bug fixes</summary>
@@ -50,6 +54,8 @@ zone_pivot_groups: wasdk-release-channels
5054
5155
</details>
5256

57+
---
58+
5359
## Version 1.1.2
5460

5561
<details><summary>Bug fixes</summary>
@@ -62,6 +68,8 @@ zone_pivot_groups: wasdk-release-channels
6268
6369
</details>
6470

71+
---
72+
6573
## Version 1.1.1
6674

6775
<details><summary>Bug fixes</summary>
@@ -73,6 +81,8 @@ zone_pivot_groups: wasdk-release-channels
7381
7482
</details>
7583

84+
---
85+
7686
## Version 1.1
7787

7888
<details><summary>App Lifecycle & Restart</summary>
@@ -345,6 +355,8 @@ zone_pivot_groups: wasdk-release-channels
345355
346356
</details>
347357

358+
---
359+
348360
## Version 1.1 Preview 2 (1.1.0-preview2)
349361

350362
<details><summary>Notifications (1.1.0-preview2)</summary>
@@ -422,6 +434,8 @@ zone_pivot_groups: wasdk-release-channels
422434
423435
</details>
424436

437+
---
438+
425439
## Version 1.1 Preview 1 (1.1.0-preview1)
426440

427441
<details><summary>WinUI 3 (1.1.0-preview1)</summary>

hub/apps/windows-app-sdk/release-notes/windows-app-sdk-1-2.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ zone_pivot_groups: wasdk-release-channels
2424
2525
</details>
2626

27+
---
28+
2729
## Version 1.2.4 (1.2.230217.4)
2830

2931
<details><summary>Bug fixes</summary>
@@ -35,6 +37,8 @@ zone_pivot_groups: wasdk-release-channels
3537
3638
</details>
3739

40+
---
41+
3842
## Version 1.2.3 (1.2.230118.102)
3943

4044
<details><summary>Bug fixes</summary>
@@ -45,6 +49,8 @@ zone_pivot_groups: wasdk-release-channels
4549
4650
</details>
4751

52+
---
53+
4854
## Version 1.2.2 (1.2.221209.1)
4955

5056
<details><summary>Bug fixes</summary>
@@ -59,6 +65,8 @@ zone_pivot_groups: wasdk-release-channels
5965
6066
</details>
6167

68+
---
69+
6270
## Version 1.2.1 (1.2.221116.1)
6371

6472
<details><summary>Bug fixes</summary>
@@ -67,6 +75,8 @@ zone_pivot_groups: wasdk-release-channels
6775
6876
</details>
6977

78+
---
79+
7080
## Version 1.2
7181

7282
<details><summary>Third-party Widgets in Windows</summary>
@@ -260,6 +270,8 @@ zone_pivot_groups: wasdk-release-channels
260270
261271
</details>
262272

273+
---
274+
263275
## Version 1.2 Preview 1 (1.2.0-preview1)
264276

265277
<details><summary>WinUI 3</summary>
@@ -347,6 +359,8 @@ zone_pivot_groups: wasdk-release-channels
347359
348360
</details>
349361

362+
---
363+
350364
## Version 1.2 Experimental (1.2.0-experimental1)
351365

352366
<details>

hub/apps/windows-app-sdk/release-notes/windows-app-sdk-1-3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ zone_pivot_groups: wasdk-release-channels
2727
2828
</details>
2929

30+
---
31+
3032
## Version 1.3.2 (1.3.230602002)
3133

3234
<details><summary>Bug fixes</summary>
@@ -40,6 +42,8 @@ zone_pivot_groups: wasdk-release-channels
4042
4143
</details>
4244

45+
---
46+
4347
## Version 1.3.1 (1.3.230502000)
4448

4549
<details><summary>Bug fixes</summary>
@@ -52,6 +56,8 @@ zone_pivot_groups: wasdk-release-channels
5256
5357
</details>
5458

59+
---
60+
5561
## Version 1.3
5662

5763
<details><summary>XAML Backdrop APIs</summary>

hub/apps/windows-app-sdk/release-notes/windows-app-sdk-1-4.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ zone_pivot_groups: wasdk-release-channels
2323
2424
</details>
2525

26+
---
27+
2628
## Version 1.4.6 (1.4.240512000)
2729

2830
<details><summary>Bug fixes</summary>
@@ -34,6 +36,8 @@ zone_pivot_groups: wasdk-release-channels
3436
3537
</details>
3638

39+
---
40+
3741
## Version 1.4.5 (1.4.240211001)
3842

3943
<details><summary>Bug fixes</summary>
@@ -45,6 +49,8 @@ zone_pivot_groups: wasdk-release-channels
4549
4650
</details>
4751

52+
---
53+
4854
## Version 1.4.4 (1.4.231219000)
4955

5056
<details><summary>Bug fixes</summary>
@@ -58,6 +64,8 @@ zone_pivot_groups: wasdk-release-channels
5864
5965
</details>
6066

67+
---
68+
6169
## Version 1.4.3 (1.4.231115000)
6270

6371
<details><summary>Bug fixes</summary>
@@ -73,6 +81,8 @@ zone_pivot_groups: wasdk-release-channels
7381
7482
</details>
7583

84+
---
85+
7686
## Version 1.4.2 (1.4.231008000)
7787

7888
<details><summary>Bug fixes</summary>
@@ -94,6 +104,8 @@ zone_pivot_groups: wasdk-release-channels
94104
95105
</details>
96106

107+
---
108+
97109
## Version 1.4.1 (1.4.230913002)
98110

99111
<details><summary>Bug fixes</summary>
@@ -107,6 +119,8 @@ zone_pivot_groups: wasdk-release-channels
107119
108120
</details>
109121

122+
---
123+
110124
## Version 1.4
111125

112126
<details><summary>Custom titlebar + AppWindow titlebar merger</summary>
@@ -510,6 +524,8 @@ zone_pivot_groups: wasdk-release-channels
510524
511525
</details>
512526
527+
---
528+
513529
## Version 1.4 Preview 1 (1.4.0-preview1)
514530
515531
<details><summary>Widgets updates</summary>

0 commit comments

Comments
 (0)