Skip to content

Commit

Permalink
REV: Update to v0.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JerloPH committed Jan 30, 2021
1 parent c42818e commit b20a0b4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion HomeCinema/GlobalVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public 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 = 26;
public static int HOMECINEMA_BUILD = 27;

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.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

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

**version:** 0.1.0.0 <br>
**build:** 26
**version:** 0.2.0.0 <br>
**build:** 27

## Downloads

**Windows 64 bit [Compressed ZIP]**: [Click to Download latest version](https://github.com/JerloPH/HomeCinema/releases/download/v0.1.0.0/HomeCinema-Windows_v0.1.0.0.zip "Download, Extract and Open 'HomeCinema' Executable file") <br>
**Windows 64 bit [Compressed ZIP]**: [Click to Download latest version](https://github.com/JerloPH/HomeCinema/releases/download/v0.2.0.0/HomeCinema-Windows.zip "Download, Extract and Open 'HomeCinema' Executable file") <br>

### Download Counts

**Current:** &nbsp; [![](https://img.shields.io/github/downloads/JerloPH/HomeCinema/v0.1.0.0/total.svg)]() <br>
**Current:** &nbsp; [![](https://img.shields.io/github/downloads/JerloPH/HomeCinema/v0.2.0.0/total.svg)]() <br>
**Overall:** &nbsp; [![](https://img.shields.io/github/downloads/JerloPH/HomeCinema/total.svg)]()

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion VERSION_HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**NOTE: This update breaks the old way that the App saves directories** <br>
- After updating, open the App and find the folder where your movies are saved.
- To add additional folders, and TV series location(s), go to **Settings** -> **File**.
- Click on **[Add]** and navigate to your directories.
- Click on **[Add]** and navigate to your directories.

**What's New?**
- REV: New GUI for Settings: Added Buttons to **[Add], [Remove], [Clear]** Directories to search media files from.
Expand Down
2 changes: 1 addition & 1 deletion data/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26
27

0 comments on commit b20a0b4

Please sign in to comment.