Skip to content

Commit

Permalink
Build version 0.4.101
Browse files Browse the repository at this point in the history
  • Loading branch information
LokiMidgard committed Jul 21, 2020
1 parent 7152c52 commit cd9ee71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MusicPlayer/Debug.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp uap3">
<Identity Name="51791Midgard.BesMusicDev" Publisher="CN=Midgard" Version="0.4.101.0" />
<Identity Name="51791Midgard.BesMusicDev" Publisher="CN=Midgard" Version="0.4.104.0" />
<mp:PhoneIdentity PhoneProductId="4c6a9ad7-584f-439d-ab0b-a1da39b82c00" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Bes Music Dev</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion MusicPlayer/MusicPlayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
Expand Down
2 changes: 1 addition & 1 deletion MusicPlayer/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp uap3">
<Identity Name="51791Midgard.BesMusic" Publisher="CN=Midgard" Version="0.4.53.0" />
<Identity Name="51791Midgard.BesMusic" Publisher="CN=Midgard" Version="0.4.101.0" />
<mp:PhoneIdentity PhoneProductId="0aae5b9c-f804-48a5-ae36-35a4e5180dc0" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Bes Music</DisplayName>
Expand Down

0 comments on commit cd9ee71

Please sign in to comment.