Skip to content

Commit

Permalink
Updated installer and version
Browse files Browse the repository at this point in the history
  • Loading branch information
apondman committed Oct 21, 2013
1 parent fb1070b commit 06fd7a5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
25 changes: 12 additions & 13 deletions src/MPEI/MediaBrowser.xmp2
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Click Next to continue or Cancel to exit Setup.</Value>
<Items>
<CompatibleVersionItem>
<MinRequiredVersion>1.1.6.27644</MinRequiredVersion>
<DesignedForVersion>1.2.100.0</DesignedForVersion>
<DesignedForVersion>1.3.100.0</DesignedForVersion>
</CompatibleVersionItem>
</Items>
</CompatibleVersion>
Expand All @@ -314,22 +314,21 @@ Click Next to continue or Cancel to exit Setup.</Value>
<UpdateUrl />
<Version>
<Major>0</Major>
<Minor>12</Minor>
<Build>5037</Build>
<Revision>3547</Revision>
<Minor>13</Minor>
<Build>5042</Build>
<Revision>31098</Revision>
</Version>
<ExtensionDescription>MediaPortal client for MediaBrowser3 server (http://www.mediabrowser3.com). </ExtensionDescription>
<VersionDescription>- Added support for user profile settings
- Added support for profile specific layouts
- Added "remember me" login option
- Added support for default user.
- Fixed exception related to websocket
- Fixed default text in search prompt
- Fixed exception dialog for image error
<VersionDescription>- Added basic support for Person context.
- Added more views to movies, tv and music.
- Added missing Sort button to hidden menu.
- Fixed missing overview on some layouts.
- Updated to latest MediaBrowser components.
- Improved filtering and query logic.
- Improved generic skin based on Titan</VersionDescription>
<DevelopmentStatus>Beta</DevelopmentStatus>
<OnlineLocation />
<ReleaseDate>2013-10-13T23:40:16</ReleaseDate>
<ReleaseDate>2013-10-21T23:40:16</ReleaseDate>
<Tags />
<Location>MediaBrowser-[Version].mpe1</Location>
<Params>
Expand Down Expand Up @@ -496,7 +495,7 @@ Click Next to continue or Cancel to exit Setup.</Value>
<Param1 />
<UpdateOption>OverwriteIfOlder</UpdateOption>
<LocalFileName>..\Pondman.MediaPortal.MediaBrowser\Resources\Images\mblogoicon.png</LocalFileName>
<ZipFileName>Installer{CopyFile}\{0abef1a7-0954-49e8-8351-ea8fbb1c5632}-mblogoicon.png</ZipFileName>
<ZipFileName>Installer{CopyFile}\{5feb49cd-8780-4934-96f9-cf40313b2a58}-mblogoicon.png</ZipFileName>
<DestinationFilename />
</FileItem>
</Items>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.12.*")]
[assembly: AssemblyInformationalVersion("0.12 Beta")]
[assembly: AssemblyVersion("0.13.*")]
[assembly: AssemblyInformationalVersion("0.13 Beta")]

// mediaportal compatible version
[assembly: CompatibleVersion("1.2.100.0", "1.1.6.27644")]
[assembly: CompatibleVersion("1.3.100.0", "1.1.6.27644")]

0 comments on commit 06fd7a5

Please sign in to comment.