Skip to content

Commit e7f535c

Browse files
authored
Merge pull request #5367 from MicrosoftDocs/main
Merging main into live to pick up changes
2 parents 11d8b02 + 9a774ef commit e7f535c

File tree

5 files changed

+93
-1
lines changed

5 files changed

+93
-1
lines changed

hub/apps/develop/windows-integration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following table lists the Windows system components that support integration
1717
| Feature | Description |
1818
|--|--|
1919
| [Feed providers](../feeds/feed-providers.md) | Learn how to integrate into the Windows feeds experience. |
20-
| [Microsoft Copilot hardware key providers](microsoft-copliot-key-provider.md) | Learn how to integrate into the Windows feeds experience. |
20+
| [Microsoft Copilot hardware key providers](microsoft-copliot-key-provider.md) | Learn how to register as an app that can be selected as the launch app for the Microsoft Copilot hardware key. |
2121
| [Search providers](../search/search-providers.md) | Learn how to integrate into the Windows Search experience. |
2222
| [Widget providers](../widgets/widget-providers.md) | Learn how to implement a Windows widget service provider to support your app. |
2323

hub/apps/toc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ items:
88
href: whats-new/windows-11-build-22000.md
99
- name: Latest doc updates
1010
href: whats-new/latest-doc-updates.md
11+
- name: Windows developer community
12+
href: whats-new/community.md
1113
- name: Get started
1214
items:
1315
- name: Overview of framework options
@@ -280,6 +282,9 @@ items:
280282
href: develop/windows-integration/index.md
281283
- name: Copilot hardware key
282284
href: develop/windows-integration/microsoft-copliot-key-provider.md
285+
items:
286+
- name: Handle Microsoft Copilot hardware key state changes
287+
href: develop/windows-integration/copilot-key-state.md
283288
- name: Cross Device People API
284289
href: develop/windows-integration/cross-device-people-api.md
285290
- name: Smart App Control
@@ -545,6 +550,8 @@ items:
545550
href: windows-app-sdk/release-notes-archive/preview-channel-1.0.md
546551
- name: Experimental channel release notes
547552
items:
553+
- name: Windows App SDK 1.7
554+
href: windows-app-sdk/release-notes-archive/experimental-channel-1.7.md
548555
- name: Windows App SDK 1.6
549556
href: windows-app-sdk/release-notes-archive/experimental-channel-1.6.md
550557
- name: Windows App SDK 1.5

hub/apps/whats-new/community.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
title: Windows developer community
3+
description: The latest news, blogs, development videos and social media handles of interest to Windows developers.
4+
ms.date: 04/23/2025
5+
ms.topic: overview
6+
---
7+
8+
# Windows developer community
9+
10+
Stay updated with news, blogs, tutorials, and social channels relevant to Windows developers.
11+
12+
:::image source="images/community.jpg" alt-text="A composite of multiple images, showing a diverse group of developers in various situations - office, home, industry. And a dog.":::
13+
14+
---
15+
16+
## 📣 Social media channels
17+
18+
### X (formerly Twitter)
19+
20+
| Account | Link |
21+
|--------|------|
22+
| Windows Developer | [@windowsdev](https://x.com/windowsdev) |
23+
| Windows Developer Docs | [@windowsdocs](https://x.com/windowsdocs) |
24+
| Windows | [@Windows](https://x.com/Windows) |
25+
| Microsoft Developer | [@msdev](https://x.com/msdev) |
26+
| Microsoft Docs | [@docsmsft](https://x.com/docsmsft) |
27+
| XAML Llama | [@XAMLLlama](https://x.com/XAMLLlama) |
28+
| .NET | [@dotnet](https://x.com/dotnet) |
29+
30+
### Bluesky
31+
32+
| Account | Link |
33+
|--------|------|
34+
| Windows Developer Docs | [microsoftdevdocs.bsky.social](https://bsky.app/profile/microsoftdevdocs.bsky.social) |
35+
| Windows Insider Program | [windowsinsider.bsky.social](https://bsky.app/profile/windowsinsider.bsky.social) |
36+
| Microsoft Developer | [developer.microsoft.com](https://bsky.app/profile/developer.microsoft.com) |
37+
| .NET | [dot.net](https://bsky.app/profile/dot.net) |
38+
| DotNetBot | [dotnetbot.bsky.social](https://bsky.app/profile/dotnetbot.bsky.social) |
39+
40+
### LinkedIn
41+
42+
| Account | Link |
43+
|--------|------|
44+
| Windows Developers Showcase | [View](https://www.linkedin.com/showcase/windows-developers) |
45+
| Microsoft Developers Showcase | [View](https://www.linkedin.com/showcase/microsoft-developers/posts/?feedView=all) |
46+
47+
### Instagram
48+
49+
| Account | Link |
50+
|--------|------|
51+
| @windowsdeveloper | [View](https://www.instagram.com/windowsdeveloper/) |
52+
| @microsoftdeveloper | [View](https://www.instagram.com/microsoftdeveloper/) |
53+
| @dotnet.developers | [View](https://www.instagram.com/dotnet.developers/) |
54+
55+
---
56+
57+
## 🎥 Videos and tutorials
58+
59+
| Channel | Link |
60+
|--------|------|
61+
| Windows Developer | [YouTube](https://www.youtube.com/@WindowsDevelopers) |
62+
| Microsoft Developer | [Featured Content](https://www.youtube.com/@MicrosoftDeveloper/featured) |
63+
| .NET | [YouTube](https://www.youtube.com/c/dotNET/videos) |
64+
65+
---
66+
67+
## 📰 Blogs
68+
69+
- [Windows Developer Blog](https://blogs.windows.com/windowsdeveloper/)
70+
71+
---
72+
73+
## 💬 Keep in touch
74+
75+
- [Windows App Development Discord](https://discord.gg/QNr3956t)
76+
77+
---
428 KB
Loading

hub/apps/windows-app-sdk/downloads-archive.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,14 @@ To learn more, see the [Windows App SDK release channels](release-channels.md) a
150150

151151
## Experimental releases
152152

153+
### Windows App SDK 1.7 Experimental
154+
155+
| Version | Runtime downloads |
156+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
157+
| [1.7 Experimental3 (1.7.250127003-experimental3) ](release-notes-archive/experimental-channel-1.7.md#version-17-experimental-170-experimental3) <br/> 04/15/2025 <br/> [Release notes](release-notes-archive/experimental-channel-1.7.md#version-17-experimental-170-experimental3) <br/> [Source](https://github.com/microsoft/microsoft-ui-xaml/releases/tag/winui3%2Frelease%2F1.7-experimental3) | [Installer (x64)](https://aka.ms/windowsappsdk/1.7/1.7.250127003-experimental3/windowsappruntimeinstall-x64.exe) <br/> [Installer (x86)](https://aka.ms/windowsappsdk/1.7/1.7.250127003-experimental3/windowsappruntimeinstall-x86.exe) <br/> [Installer (arm64)](https://aka.ms/windowsappsdk/1.7/1.7.250127003-experimental3/windowsappruntimeinstall-arm64.exe) <br/> [Redistributable](https://aka.ms/windowsappsdk/1.7/1.7.250127003-experimental3/Microsoft.WindowsAppRuntime.Redist.1.7.zip) |
158+
| [1.7 Experimental2 (1.7.250109001-experimental2) ](release-notes-archive/experimental-channel-1.7.md#version-17-experimental-170-experimental2) <br/> 04/15/2025 <br/> [Release notes](release-notes-archive/experimental-channel-1.7.md#version-17-experimental-170-experimental2) <br/> [Source](https://github.com/microsoft/microsoft-ui-xaml/releases/tag/winui3%2Frelease%2F1.7-experimental2) | [Installer (x64)](https://aka.ms/windowsappsdk/1.7/1.7.250109001-experimental2/windowsappruntimeinstall-x64.exe) <br/> [Installer (x86)](https://aka.ms/windowsappsdk/1.7/1.7.250109001-experimental2/windowsappruntimeinstall-x86.exe) <br/> [Installer (arm64)](https://aka.ms/windowsappsdk/1.7/1.7.250109001-experimental2/windowsappruntimeinstall-arm64.exe) <br/> [Redistributable](https://aka.ms/windowsappsdk/1.7/1.7.250109001-experimental2/Microsoft.WindowsAppRuntime.Redist.1.7.zip) |
159+
| [1.7 Experimental1 (1.7.241114004-experimental1) ](release-notes-archive/experimental-channel-1.7.md#version-17-experimental-170-experimental1) <br/> 04/15/2025 <br/> [Release notes](release-notes-archive/experimental-channel-1.7.md#version-17-experimental-170-experimental1) <br/> [Source](https://github.com/microsoft/microsoft-ui-xaml/releases/tag/winui3%2Frelease%2F1.7-experimental1) | [Installer (x64)](https://aka.ms/windowsappsdk/1.7/1.7.241114004-experimental1/windowsappruntimeinstall-x64.exe) <br/> [Installer (x86)](https://aka.ms/windowsappsdk/1.7/1.7.241114004-experimental1/windowsappruntimeinstall-x86.exe) <br/> [Installer (arm64)](https://aka.ms/windowsappsdk/1.7/1.7.241114004-experimental1/windowsappruntimeinstall-arm64.exe) <br/> [Redistributable](https://aka.ms/windowsappsdk/1.7/1.7.241114004-experimental1/Microsoft.WindowsAppRuntime.Redist.1.7.zip) |
160+
153161
### Windows App SDK 1.6 Experimental
154162

155163
| Version | Runtime downloads |

0 commit comments

Comments
 (0)