-
Notifications
You must be signed in to change notification settings - Fork 725
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
Adjust vsix structure #128
Conversation
b4f5d25
to
66b2e69
Compare
<TemplateData> | ||
<Name>Uno Platform Solution</Name> | ||
<Description>Uno Platform App Cross Platform XAML Solution</Description> |
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.
This is a word soup... What about 'Project templates for creating a cross-platform XAML app with the Uno Platform that targets UWP, Android, iOS, and WebAssembly.'
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.
Agreed ;)
@@ -14,6 +14,7 @@ | |||
<EnableLocationBrowseButton>true</EnableLocationBrowseButton> | |||
<CreateInPlace>true</CreateInPlace> | |||
<Icon>__TemplateIcon.png</Icon> | |||
<Hidden>true</Hidden> |
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.
Indentation is off. (Not a big deal, just pointing out because there are so many other whitespace changes)
<TemplateData> | ||
<Name>Uno Platform Solution</Name> |
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.
For consistency maybe we want to change this to something like 'Cross-platform app (Uno Platform)'
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.
Indeed, with added casing it seems.
Fixes #8, #19, #6.