Skip to content

Commit

Permalink
Update UWP .APPX files to latest available nightlies; bump to v2.0.1 …
Browse files Browse the repository at this point in the history
…due to Jarvis/Krypton defect
  • Loading branch information
djp952 committed Apr 13, 2019
1 parent fbeeeb8 commit d2b66e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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-20190406-39c78c00-master-x86</KodiAppx>
<KodiAppx>Kodi-20190409-d1161f98-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-20190406-39c78c00-master-x64</KodiAppx>
<KodiAppx>Kodi-20190409-d1161f98-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
3 changes: 3 additions & 0 deletions pvr.hdhomerundvr/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.0.1 (2019.04.12)
- Version number consistency build; no changes

v2.0.0 (2019.04.09)
- Update SQLite database engine to version 3.27.2
- Update cURL library to version 7.64.1
Expand Down
2 changes: 1 addition & 1 deletion src/version.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
Company=Michael G. Brehm
Copyright=
Product=zuki.pvr.hdhomerundvr
Version=2.0.0
Version=2.0.1

0 comments on commit d2b66e4

Please sign in to comment.