From aca7480324cb8d658531d2a902e6060d65c2147c Mon Sep 17 00:00:00 2001 From: JerloPH Date: Sun, 21 Mar 2021 19:31:21 +0800 Subject: [PATCH] Updated version for release, v0.5.1. --- HomeCinema/Func/GlobalVars.cs | 2 +- HomeCinema/Properties/AssemblyInfo.cs | 4 ++-- README.md | 6 +++--- VERSION_HISTORY.md | 11 +++++++++++ data/version | 2 +- 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/HomeCinema/Func/GlobalVars.cs b/HomeCinema/Func/GlobalVars.cs index 8cfb43a..f29facb 100644 --- a/HomeCinema/Func/GlobalVars.cs +++ b/HomeCinema/Func/GlobalVars.cs @@ -43,7 +43,7 @@ public static class GlobalVars // Variables ############################################################################################################ public static string HOMECINEMA_NAME = Assembly.GetExecutingAssembly().GetCustomAttribute().Title; public static string HOMECINEMA_VERSION = Assembly.GetExecutingAssembly().GetName().Version.ToString(); - public static int HOMECINEMA_BUILD = 31; + public static int HOMECINEMA_BUILD = 32; public static string SEARCHBOX_PLACEHOLDER = "Type your Search query here..."; diff --git a/HomeCinema/Properties/AssemblyInfo.cs b/HomeCinema/Properties/AssemblyInfo.cs index 3a6da50..e26e113 100644 --- a/HomeCinema/Properties/AssemblyInfo.cs +++ b/HomeCinema/Properties/AssemblyInfo.cs @@ -33,5 +33,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("0.5.0.0")] -[assembly: AssemblyFileVersion("0.5.0.0")] +[assembly: AssemblyVersion("0.5.1.0")] +[assembly: AssemblyFileVersion("0.5.1.0")] diff --git a/README.md b/README.md index 67d5049..916aa88 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ -**version:** 0.5.0.0
-**release:** 31 +**version:** 0.5.1.0
+**release:** 32 ## Downloads -**Windows 10, 64 bit [Compressed ZIP]**: [Click to Download latest version](https://github.com/JerloPH/HomeCinema/releases/download/v0.5.0.0/HomeCinema-Windows.zip "Download, Extract and Open 'HomeCinema' Executable file")
+**Windows 10, 64 bit [Compressed ZIP]**: [Click to Download latest version](https://github.com/JerloPH/HomeCinema/releases/download/v0.5.1.0/HomeCinema-Windows.zip "Download, Extract and Open 'HomeCinema' Executable file")
**Note: Untested on Windows 7 and 8, but might work** ### Download Counts diff --git a/VERSION_HISTORY.md b/VERSION_HISTORY.md index 0748761..7ba2a42 100644 --- a/VERSION_HISTORY.md +++ b/VERSION_HISTORY.md @@ -1,5 +1,16 @@ # HomeCinema - Project History: +## HomeCinema v0.5.1 +### ***release 32 - build 21 March 2021 PHT*** + +**[Windows, 64-bit](https://github.com/JerloPH/HomeCinema/releases/download/v0.5.1.0/HomeCinema-Windows.zip "HomeCinema-Windows.zip")**
+[![](https://img.shields.io/github/downloads/JerloPH/HomeCinema/v0.5.1.0/HomeCinema-Windows.zip)]()
+ +### What's New? +- FIX: App doesn't get new media files. +- MINOR: Clean App folder and logs upon app load. +- MINOR: Instantly save setings file, after changing settings. + ## HomeCinema v0.5 ### ***release 31 - build 16 March 2021 PHT*** diff --git a/data/version b/data/version index b74e882..1758ddd 100644 --- a/data/version +++ b/data/version @@ -1 +1 @@ -31 \ No newline at end of file +32 \ No newline at end of file