Skip to content

Commit

Permalink
Updated version for release, v0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JerloPH committed Mar 21, 2021
1 parent a57fbde commit aca7480
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion HomeCinema/Func/GlobalVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static class GlobalVars
// Variables ############################################################################################################
public static string HOMECINEMA_NAME = Assembly.GetExecutingAssembly().GetCustomAttribute<AssemblyTitleAttribute>().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...";

Expand Down
4 changes: 2 additions & 2 deletions HomeCinema/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<img src="/data/v0.5.jpg"></img>

**version:** 0.5.0.0 <br>
**release:** 31
**version:** 0.5.1.0 <br>
**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") <br>
**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") <br>
**Note: Untested on Windows 7 and 8, but might work**

### Download Counts
Expand Down
11 changes: 11 additions & 0 deletions VERSION_HISTORY.md
Original file line number Diff line number Diff line change
@@ -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")** <br>
[![](https://img.shields.io/github/downloads/JerloPH/HomeCinema/v0.5.1.0/HomeCinema-Windows.zip)]() <br>

### 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***

Expand Down
2 changes: 1 addition & 1 deletion data/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
31
32

0 comments on commit aca7480

Please sign in to comment.