Skip to content
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

Adding Edge files to support building Edge package with MOAB on Windows #48

Merged
merged 9 commits into from May 7, 2018
Removed Version and Publisher attributes
  • Loading branch information
Serge Zarembsky
Serge Zarembsky committed May 4, 2018
commit b18c7005ad1fceecba9fe0574472eb986d9c33f4
@@ -4,9 +4,7 @@
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
IgnorableNamespaces="uap3">
<Identity
Name="Ghostery.Ghostery"
Publisher="CN=2988219E-3FB6-4D1B-A7CB-D580DEE2D7AB"
Version="X.X.X.X" />
Name="Ghostery.Ghostery" />
<Properties>
<DisplayName>ms-resource:DisplayName</DisplayName>
<PublisherDisplayName>Ghostery</PublisherDisplayName>
ProTip! Use n and p to navigate between commits in a pull request.