Skip to content

Commit

Permalink
Update UWP .APPX files to latest available nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
djp952 committed Apr 8, 2019
1 parent 47656de commit c9a86c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msbuild.proj
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
<BuildNumber>$([System.Version]::Parse($(AddonVersion)).Revision)</BuildNumber>
<AppxVersionCode>18.1.$(BuildNumber).0</AppxVersionCode>
<PhoneProductId>1F9928BF-0F41-49C8-941A-466153ED2C55</PhoneProductId>
<KodiAppx>Kodi-20190403-9b00eee8-master-x86</KodiAppx>
<KodiAppx>Kodi-20190406-39c78c00-master-x86</KodiAppx>
<ZukiAppx>kodi-18.1-zuki.pvr.hdhomerundvr-win32-$(AddonVersion)</ZukiAppx>
<AppxNamespaces>&lt;Namespace Prefix='n' Uri='http://schemas.microsoft.com/appx/manifest/foundation/windows10' /&gt;&lt;Namespace Prefix='mp' Uri='http://schemas.microsoft.com/appx/2014/phone/manifest' /&gt;</AppxNamespaces>
</PropertyGroup>
Expand Down Expand Up @@ -465,7 +465,7 @@
<BuildNumber>$([System.Version]::Parse($(AddonVersion)).Revision)</BuildNumber>
<AppxVersionCode>18.1.$(BuildNumber).0</AppxVersionCode>
<PhoneProductId>1F9928BF-0F41-49C8-941A-466153ED2C55</PhoneProductId>
<KodiAppx>Kodi-20190403-9b00eee8-master-x64</KodiAppx>
<KodiAppx>Kodi-20190406-39c78c00-master-x64</KodiAppx>
<ZukiAppx>kodi-18.1-zuki.pvr.hdhomerundvr-x64-$(AddonVersion)</ZukiAppx>
<AppxNamespaces>&lt;Namespace Prefix='n' Uri='http://schemas.microsoft.com/appx/manifest/foundation/windows10' /&gt;&lt;Namespace Prefix='mp' Uri='http://schemas.microsoft.com/appx/2014/phone/manifest' /&gt;</AppxNamespaces>
</PropertyGroup>
Expand Down

0 comments on commit c9a86c9

Please sign in to comment.