Skip to content

Commit 9f7f21f

Browse files
committed
Update docs
1 parent 30f3b00 commit 9f7f21f

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/ISSUE_TEMPLATE/generally_issue.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ We're deeply grateful to the original authors of C++/WinRT for their groundbreak
66

77
With development on the original project slowing, we believe it's time for the community to take the lead. C++/WinRT Plus builds on that strong foundation—preserving what works while addressing the issues that matter most to daily users. Join us in shaping the future of Windows Runtime development in C++.
88

9+
C++/WinRT can now be compiled as C++ modules. Compared to PCH, using C++ modules will reduce memory requirements by more than half.
10+
911
## How to use
1012

1113
You can install the package directly via NuGet with the ID YexuanXiao.CppWinRTPlus.
@@ -14,8 +16,9 @@ Microsoft's C++/WinRT version number format is 2.0.{yymmdd}.1. Since Microsoft's
1416

1517
## Changelog
1618

19+
2026/2/25: The NuGet package now includes cppwinrt.exe with x86, x64, and arm64.
20+
2026/2/24: C++/WinRT can now be compiled as C++ modules. See the [blog post](./about_module.md) for details.
1721
2026/2/22: Removed support for C++17 and C++/CX. Existing projects need to upgrade their C++ standard to C++20.
18-
2026/2/24: C++/WinRT Plus now supports C++ standard modules. See the [blog post](./about_module.md) for details.
1922

2023
## Building C++/WinRT
2124

nuget/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Please read the [repository](https://github.com/YexuanXiao/cppwinrtplus)'s README.md for usage instructions.
44

5+
## Changelog
6+
7+
C++/WinRT can now be compiled as C++ modules. Compared to PCH, using C++ modules will reduce memory requirements by more than half.
8+
9+
2026/2/25: The NuGet package now includes cppwinrt.exe with x86, x64, and arm64.
10+
2026/2/24: C++/WinRT can now be compiled as C++ modules. See the [blog post](./about_module.md) for details.
11+
2026/2/22: Removed support for C++17 and C++/CX. Existing projects need to upgrade their C++ standard to C++20.
12+
13+
The following content is from the original C++/WinRT documentation and remains a valuable resource.
14+
515
## Overview
616

717
Please visit [Microsoft.Windows.CppWinRT](https://www.nuget.org/packages/Microsoft.Windows.CppWinRT/) for official Microsoft-signed builds of the NuGet package. See also the [C++/WinRT](https://aka.ms/cppwinrt/vsix/) VSIX, which provides C++/WinRT project templates and debug visualization.

0 commit comments

Comments
 (0)