Skip to content

Commit

Permalink
Merge pull request #73 from fossmium/store-release
Browse files Browse the repository at this point in the history
Store release
  • Loading branch information
TimGels authored May 26, 2022
2 parents 58bd118 + a999ac4 commit a32886e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions OneDrive-Cloud-Player/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<Identity
Name="22674TimGels.OneDriveCloudPlayer"
Publisher="CN=3095B4D2-D597-43C2-BFA6-AC26DB73293D"
Version="1.2.2.0" />
Version="1.3.0.0" />

<mp:PhoneIdentity PhoneProductId="329101d2-9ad1-4065-a890-d72be5ed3714" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

<Properties>
<DisplayName>OneDrive Cloud Player</DisplayName>
<DisplayName>Cloud Player for OneDrive</DisplayName>
<PublisherDisplayName>Tim Gels</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
Expand All @@ -32,8 +32,8 @@
Executable="$targetnametoken$.exe"
EntryPoint="OneDrive_Cloud_Player.App">
<uap:VisualElements
DisplayName="OneDrive Cloud Player"
Description="Play files directly from OneDrive with the OneDrive Cloud Player app."
DisplayName="Cloud Player for OneDrive"
Description="Play files directly from OneDrive with the Cloud Player for OneDrive app."
BackgroundColor="transparent" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png">
<uap:DefaultTile Square71x71Logo="Assets\SmallTile.png" ShortName="Cloud Player" Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\LargeTile.png">
<uap:ShowNameOnTiles>
Expand Down
3 changes: 1 addition & 2 deletions OneDrive-Cloud-Player/ViewModels/SettingsPageViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ private async void DisplayWhatsNewDialog()
DefaultButton = ContentDialogButton.Primary,
Background = new SolidColorBrush(Color.FromArgb(255, 30, 41, 49)),
};
whatsNewDialog.Content += "* Fixed an issue where sometimes the audio would be heard playing when \n it was expected to be quiet\n";
whatsNewDialog.Content += "* Updated several libraries and dependencies to the latest version\n";
whatsNewDialog.Content += "* Bug fixes and stability improvements\n";

await whatsNewDialog.ShowAsync();
}
Expand Down

0 comments on commit a32886e

Please sign in to comment.