-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating project / item template icons and descriptions #4924
Conversation
...IX/ProjectTemplates/Desktop/CSharp/PackagedApp/BlankApp/WinUI.Desktop.Cs.BlankApp.vstemplate
Outdated
Show resolved
Hide resolved
...ctTemplates/Desktop/CppWinRT/PackagedApp/BlankApp/WinUI.Desktop.CppWinRT.BlankApp.vstemplate
Outdated
Show resolved
Hide resolved
…WinUI.Desktop.Cs.BlankApp.vstemplate Co-authored-by: 0x5BFA <[email protected]>
…p/WinUI.Desktop.CppWinRT.BlankApp.vstemplate Co-authored-by: 0x5BFA <[email protected]>
Something about "WinUI Blank App" sounds a bit off. "Blank WinUI App" is grammatically correct. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just "WinUI" is better?
</data> | ||
<data name="1003" xml:space="preserve"> | ||
<value>A blank window for Desktop apps based on the Windows UI Library (WinUI 3).</value> | ||
<value>A blank window (WinUI 3).</value> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<value>A blank window (WinUI 3).</value> | |
<value>A blank window (WinUI).</value> |
</data> | ||
<data name="1007" xml:space="preserve"> | ||
<value>A blank page for apps based on the Windows UI Library (WinUI 3).</value> | ||
<value>A blank page (WinUI 3).</value> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<value>A blank page (WinUI 3).</value> | |
<value>A blank page (WinUI).</value> |
</data> | ||
<data name="1011" xml:space="preserve"> | ||
<value>An empty, keyed collection of XAML resources for apps based on the Windows UI Library (WinUI 3).</value> | ||
<value>An empty, keyed collection of XAML resources (WinUI 3).</value> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<value>An empty, keyed collection of XAML resources (WinUI 3).</value> | |
<value>An empty, keyed collection of XAML resources (WinUI).</value> |
@@ -151,58 +151,58 @@ | |||
<value>[Experimental] Resources File (.resw)</value> | |||
</data> | |||
<data name="1015" xml:space="preserve"> | |||
<value>A file for storing string and conditional resources for apps based on the Windows UI Library (WinUI 3).</value> | |||
<value>A file for storing string and conditional resources (WinUI 3).</value> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<value>A file for storing string and conditional resources (WinUI 3).</value> | |
<value>A file for storing string and conditional resources (WinUI).</value> |
</data> | ||
<data name="1023" xml:space="preserve"> | ||
<value>A user control for apps based on the Windows UI Library (WinUI 3).</value> | ||
<value>A blank user control (WinUI 3).</value> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<value>A blank user control (WinUI 3).</value> | |
<value>A blank user control (WinUI).</value> |
Co-authored-by: Lamparter <[email protected]>
Closing this PR in favor of: #4986 |
Closes: #4923
The following changes are included:
Updates to the Windows App SDK and WinUI logo
The default Windows icon that was used to represent WASDK is now replaced with a dedicated Windows App SDK logo. The old WinUI logo has been updated to the latest version.
Updates to project and item template titles and descriptions
Windows UI Library (WinUI 3)
withWinUI 3
, as this is the product naming we are using across our docs and communication.Blank App, Packaged (WinUI 3 in Desktop)
=>WinUI Blank App (Packaged)
Custom Control
toTemplated Control
, which is the correct name for this item template.Updates to project and item template icons
Instead of using the default WinUI logo for every template, we are now using individual icons following the Visual Studio design guidelines for iconography (and similar to what WPF and UWP have been using). This helps the developer to understand what the template is about and what language it's using.
Mock-up: original vs. new
Mock-up: original vs. new