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
* ProjectReunion -> WindowsAppSDK rename (first pass. Of many...)
* /build/** renamed
* assets/**
* /docs
* dev\WindowsAppSDK_DLL\
* installer/
* specs/**
* Last pass! Time to test...
* Remove en-us from microsoft URLs e.g. BAD=https://docs.microsoft.com/en-us/blah GOOD=https://docs.microsoft.com/blah. The client+server figure out the appropriate language and update the URL (at least, Microsoft.com does it) so always encode the more generic syntax
* Incorporated feedback
* Merged latest from main and fixed up reunion references brought in
* Incorporated feedback
* Maybe this is it
* This too?
* Fixing another reunion reference that snaked in from recent main...
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
*Previously known as Project Reunion*.
4
4
5
-
| Delight users with modern UI | Access new platform features | Backwards compatible |
5
+
| Delight users with modern UI | Access new platform features | Backwards compatible |
6
6
|:--:|:--:|:--:|
7
7
| <imgsrc="https://docs.microsoft.com/media/illustrations/biztalk-get-started-get-started.svg"width=250alt="Modern navigation"/><br>Powerful WinUI 3 UI | <imgsrc="https://docs.microsoft.com/media/illustrations/biztalk-get-started-scenarios.svg"width=250alt="Platform logo"/><br>Localization + power status + more<br> | <imgsrc="https://docs.microsoft.com/media/illustrations/biztalk-host-integration-install-configure.svg"width=250alt="Down-level logo"/><br>Down to Windows 10 1809 |
8
8
@@ -16,7 +16,7 @@ Plus, **create beautiful, modern apps for Windows 11 that are backwards compatib
16
16
17
17
18
18
### Use it now!
19
-
[Packaged MSIX desktop apps](https://docs.microsoft.com/windows/msix/overview) can [use the 0.8 release](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#version-08) now!0
19
+
[Packaged MSIX desktop apps](https://docs.microsoft.com/windows/msix/overview) can [use the 0.8 release](https://docs.microsoft.com/windows/apps/windows-app-sdk/stable-channel#version-08) now!0
20
20
21
21
Some notes about 0.8...
22
22
@@ -26,12 +26,12 @@ Some notes about 0.8...
26
26
27
27
### Roadmap
28
28
29
-
Here's a snippet of what we intend to deliver in 2021 *(times/features/releases are tentative and subject to change)*:
29
+
Here's a snippet of what we intend to deliver in 2021 *(times/features/releases are tentative and subject to change)*:
30
30
31
-
App type | Windows App SDK 0.8 | Windows App SDK 1.0 (Q4 2021) |
31
+
App type | Windows App SDK 0.8 | Windows App SDK 1.0 (Q4 2021) |
@@ -44,7 +44,7 @@ See our [full roadmap](docs/roadmap.md) for more details.
44
44
45
45
The Windows App SDK aims to work on supported versions of Windows.
46
46
Right now we support down to build 17763 (version 1809/October 2018 Update) of Windows 10.
47
-
Wherever possible, we'll use techniques like '_polyfills_'
47
+
Wherever possible, we'll use techniques like '_polyfills_'
48
48
and custom implementations to do the
49
49
heavy lifting for you and make sure your app works across Windows versions and devices.
50
50
In the future, there may be a couple APIs that are dependent on new OS features
@@ -55,35 +55,35 @@ this is the exception and not the norm, and provide reasonable fallbacks when po
55
55
56
56
### Documentation
57
57
58
-
*[More details about the Windows App SDK](https://github.com/microsoft/ProjectReunion/blob/master/docs/README.md) -
58
+
*[More details about the Windows App SDK](https://github.com/microsoft/WindowsAppSDK/blob/master/docs/README.md) -
59
59
More on what the project is and how we're approaching the work.
60
-
*[Video on Windows App SDK](https://aka.ms/project_reunion_ignite) - Learn about the Windows App SDK in a 22 minute video!
60
+
*[Video on Windows App SDK](https://techcommunity.microsoft.com/t5/video-hub/enterprise-development-futures-project-reunion/m-p/2177278) - Learn about the Windows App SDK in a 22 minute video!
61
61
*[Roadmap](docs/roadmap.md) - Where we're going!
62
62
*[Contributor guide](docs/contributor-guide.md) - How to contribute to the Windows App SDK.
63
63
*[FAQ](docs/faq.md) - Frequently asked questions about the Windows App SDK.
File a [new issue!](https://github.com/microsoft/ProjectReunion/issues/new/choose) Tell us what problem you're
73
+
File a [new issue!](https://github.com/microsoft/WindowsAppSDK/issues/new/choose) Tell us what problem you're
74
74
trying to solve, how you've tried to solve it so far, and what would be the ideal solution for your app. Bonus
75
75
points if there's a gist or existing repo we can look at with you.
76
76
77
77
78
-
1.**[Ask a question](https://github.com/microsoft/ProjectReunion/discussions/categories/q-a)**<br>
78
+
1.**[Ask a question](https://github.com/microsoft/WindowsAppSDK/discussions/categories/q-a)**<br>
79
79
Also, have a look at our [frequently asked questions](docs/faq.md) page which we will update periodically.
80
80
81
-
2.**[Start a discussion](https://github.com/microsoft/ProjectReunion/discussions)**<br>
81
+
2.**[Start a discussion](https://github.com/microsoft/WindowsAppSDK/discussions)**<br>
82
82
Discussions can be about any topics or ideas related to the Windows App SDK. For example,
83
83
you might start a Discussion issue to see if others are interested in a cool new idea
84
84
you've been thinking about that isn't quite ready to be filed as a more formal Feature Proposal.
85
85
86
-
3.**[Make a feature proposal](https://github.com/microsoft/ProjectReunion/issues/new?assignees=&labels=feature+proposal&template=feature-proposal.md&title=)**<br>
86
+
3.**[Make a feature proposal](https://github.com/microsoft/WindowsAppSDK/issues/new?assignees=&labels=feature+proposal&template=feature-proposal.md&title=)**<br>
87
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.
88
88
It's fine if you don't have all the details: you can start with a summary and rationale.
0 commit comments