Skip to content

Commit

Permalink
Release 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefNemec committed Jan 5, 2018
1 parent 33a34a9 commit 21854cd
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
4 changes: 2 additions & 2 deletions source/PlayniteUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 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("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]
[assembly: AssemblyVersion("3.5.0.0")]
[assembly: AssemblyFileVersion("3.5.0.0")]
25 changes: 25 additions & 0 deletions web/update/3.5.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<html lang="en">
<head>
<style type="text/css">
body {
font-family: Trebuchet MS;
font-size: 12;
color: #f2f2f2;
margin: 0px;
padding: 0px;
}

ul {
margin-top: 0px;
margin-bottom: 0px;
}

</style>
</head>
<body>
<ul>
<li>Fix: Jumplist and tray icon game list not being updated properly</li>

</ul>
</body>
</html>
10 changes: 7 additions & 3 deletions web/update/update.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"stable": {
"version": "3.4",
"url": "https://github.com/JosefNemec/Playnite/releases/download/3.4/PlayniteInstaller.exe",
"url2": "http://playnite.cz/update/3.4/PlayniteInstaller.exe",
"version": "3.5",
"url": "https://github.com/JosefNemec/Playnite/releases/download/3.5/PlayniteInstaller.exe",
"url2": "http://playnite.cz/update/3.5/PlayniteInstaller.exe",
"notesUrlRoot": "http://playnite.cz/update/",
"releases": [
{
"version": "3.5",
"file": "3.5.html"
},
{
"version": "3.4",
"file": "3.4.html"
Expand Down

0 comments on commit 21854cd

Please sign in to comment.