a better package name

This commit is contained in:
2020-04-24 17:25:40 +03:00
parent 8b1de950a2
commit 35cf4326fa

View File

@@ -7,7 +7,7 @@
IgnorableNamespaces="uap mp">
<Identity
Name="a319d025-fb42-4a0e-96b6-7d2548ef29b7"
Name="me.ustk.PomoTimer"
Publisher="CN=stepu"
Version="1.0.0.0" />
@@ -15,7 +15,7 @@
<Properties>
<DisplayName>PomoTime</DisplayName>
<PublisherDisplayName>stepu</PublisherDisplayName>
<PublisherDisplayName>Stepan Usatyuk</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
@@ -35,7 +35,7 @@
DisplayName="PomoTime"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png"
Description="A qute little pomodoro technique timer, which does exactly what you think it does - counts (by default) 40 minutes of work time and then 5 minutes of rest time. And repeats until you stop it."
Description="A qute little pomodoro technique timer."
BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png"/>
<uap:SplashScreen Image="Assets\SplashScreen.png" />
@@ -43,8 +43,4 @@
</uap:VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
</Capabilities>
</Package>