You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-18
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
# Project Reunion - Calling all Windows apps!
1
+
# Windows App SDK - Calling all Windows developers!
2
+
3
+
*Previously known as Project Reunion*.
2
4
3
5
| Delight users with modern UI | Access new platform features | Backwards compatible |
4
6
|:--:|:--:|:--:|
@@ -8,15 +10,15 @@
8
10
9
11
* Use your current installer *(no requirement to use MSIX, but there are [reliability/security benefits to using MSIX](https://docs.microsoft.com/windows/msix/overview#key-features)!)*
10
12
* 100% additive *(only add what you need, leave the rest of your app as-is)*
11
-
* Works with Win32, WPF, WinForms, and UWP apps
13
+
* Works with Win32, WPF, WinForms, and more apps
12
14
13
-
Plus, **it's backwards compatible** to Windows 10 October 2018 Update (build 17763 / version 1809)!
15
+
Plus, **create beautiful, modern apps for Windows 11 that are backwards compatible** to Windows 10 October 2018 Update (build 17763 / version 1809)!
14
16
15
17
16
18
### Use it now!
17
-
[Packaged MSIX desktop apps](https://docs.microsoft.com/windows/msix/overview) can [use the 0.5 release](https://docs.microsoft.com/windows/apps/project-reunion/#get-started-developing-with-project-reunion) now!
19
+
[Packaged MSIX desktop apps](https://docs.microsoft.com/windows/msix/overview) can [use the 0.8 release](https://docs.microsoft.com/windows/apps/project-reunion/get-started-with-project-reunion) now!
18
20
19
-
Some notes about 0.5...
21
+
Some notes about 0.8...
20
22
21
23
* Requires using MSIX *(1.0 won't require MSIX)*
22
24
* Only includes WinUI 3 / Text rendering / Localization
@@ -26,12 +28,12 @@ Some notes about 0.5...
26
28
27
29
Here's a snippet of what we intend to deliver in 2021 *(times/features/releases are tentative and subject to change)*:
See our [full roadmap](docs/roadmap.md) for more details.
@@ -40,7 +42,7 @@ See our [full roadmap](docs/roadmap.md) for more details.
40
42
41
43
### Version support
42
44
43
-
Project Reunion aims to work on supported versions of Windows.
45
+
The Windows App SDK aims to work on supported versions of Windows.
44
46
Right now we support down to build 17763 (version 1809/October 2018 Update) of Windows 10.
45
47
Wherever possible, we'll use techniques like '_polyfills_'
46
48
and custom implementations to do the
@@ -53,12 +55,12 @@ this is the exception and not the norm, and provide reasonable fallbacks when po
53
55
54
56
### Documentation
55
57
56
-
*[More details about Project Reunion](https://github.com/microsoft/ProjectReunion/blob/master/docs/README.md) -
58
+
*[More details about the Windows App SDK](https://github.com/microsoft/ProjectReunion/blob/master/docs/README.md) -
57
59
More on what the project is and how we're approaching the work.
58
-
*[Video on Project Reunion](https://aka.ms/project_reunion_ignite) - Learn about Project Reunion in a 22 minute video!
60
+
*[Video on Windows App SDK](https://aka.ms/project_reunion_ignite) - Learn about the Windows App SDK in a 22 minute video!
59
61
*[Roadmap](docs/roadmap.md) - Where we're going!
60
-
*[Contributor guide](docs/contributor-guide.md) - How to contribute to Project Reunion.
61
-
*[FAQ](docs/faq.md) - Frequently asked questions about Project Reunion.
62
+
*[Contributor guide](docs/contributor-guide.md) - How to contribute to the Windows App SDK.
63
+
*[FAQ](docs/faq.md) - Frequently asked questions about the Windows App SDK.
62
64
63
65
64
66
### Contributing
@@ -77,15 +79,15 @@ points if there's a gist or existing repo we can look at with you.
77
79
Also, have a look at our [frequently asked questions](docs/faq.md) page which we will update periodically.
78
80
79
81
2.**[Start a discussion](https://github.com/microsoft/ProjectReunion/discussions)**<br>
80
-
Discussions can be about any topics or ideas related to Project Reunion. For example,
82
+
Discussions can be about any topics or ideas related to the Windows App SDK. For example,
81
83
you might start a Discussion issue to see if others are interested in a cool new idea
82
84
you've been thinking about that isn't quite ready to be filed as a more formal Feature Proposal.
83
85
84
86
3.**[Make a feature proposal](https://github.com/microsoft/ProjectReunion/issues/new?assignees=&labels=feature+proposal&template=feature-proposal.md&title=)**<br>
85
-
What components do you want to see in Project Reunion? For example you can propose a new API on an existing type, or an idea for a new API.
87
+
What components do you want to see in the Windows App SDK? For example you can propose a new API on an existing type, or an idea for a new API.
86
88
It's fine if you don't have all the details: you can start with a summary and rationale.
87
89
88
-
**Over time, we will add Project Reunion code and samples into this repo and provide code contribution/developer guidelines.**
90
+
**Over time, we will add Windows App SDK code and samples into this repo and provide code contribution/developer guidelines.**
89
91
90
92
Read more about the [contribution guide here](docs/contributor-guide.md).
Copy file name to clipboardExpand all lines: docs/contributor-guide.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,16 @@ points if there's a gist or existing repo we can look at with you.
11
11
Also, have a look at our [frequently asked questions](faq.md) page which we will update often.
12
12
13
13
2.**[Start a discussion](https://github.com/microsoft/ProjectReunion/discussions)**<br>
14
-
Discussions can be about any topics or ideas related to Project Reunion.For example,
14
+
Discussions can be about any topics or ideas related to the Windows App SDK. For example,
15
15
you might start a Discussion issue to see if others are interested in a cool new idea
16
16
you've been thinking about that isn't quite ready to be filed as a more formal Feature Proposal.
17
17
18
18
3.**[Make a feature proposal](https://github.com/microsoft/ProjectReunion/issues/new?assignees=&labels=feature+proposal&template=feature-proposal.md&title=)**<br>
19
-
What components do you want to see in Project Reunion? For example you can propose a new API on an existing type, or an idea for a new API.
19
+
What components do you want to see in the Windows App SDK? For example you can propose a new API on an existing type, or an idea for a new API.
20
20
It's fine if you don't have all the details: you can start with a summary and rationale.
21
21
22
22
23
-
**Over time, we will add Project Reunion code and samples into this repo and provide code contribution/developer guidelines.**
23
+
**Over time, we will add Windows App SDK code and samples into this repo and provide code contribution/developer guidelines.**
0 commit comments