Skip to content

Commit

Permalink
released v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
morkt committed Oct 25, 2015
1 parent 3bd9883 commit 97c5849
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ArcFormats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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 ("1.2.11.453")]
[assembly: AssemblyFileVersion ("1.2.11.453")]
[assembly: AssemblyVersion ("1.2.12.488")]
[assembly: AssemblyFileVersion ("1.2.12.488")]
4 changes: 2 additions & 2 deletions GameRes/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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 ("1.2.8.110")]
[assembly: AssemblyFileVersion ("1.2.8.110")]
[assembly: AssemblyVersion ("1.2.9.114")]
[assembly: AssemblyFileVersion ("1.2.9.114")]
4 changes: 2 additions & 2 deletions 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 ("1.2.7.720")]
[assembly: AssemblyFileVersion ("1.2.7.720")]
[assembly: AssemblyVersion ("1.2.8.767")]
[assembly: AssemblyFileVersion ("1.2.8.767")]
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ GARbro

Visual Novels resource browser.

Requires .NET Framework v4.5 or newer (https://www.microsoft.com/net)

[Supported formats](http://htmlpreview.github.io/?https://github.com/morkt/GARbro/blob/master/supported.html)

[Download latest release](https://github.com/morkt/GARbro/releases)
Expand All @@ -11,7 +13,7 @@ GUI Hotkeys
-----------

<table>
<tr><td><kbd>Enter</kbd></td><td> Try to open selected file as archive</td></tr>
<tr><td><kbd>Enter</kbd></td><td> Try to open selected file as archive -OR- playback audio file</td></tr>
<tr><td><kbd>Ctrl</kbd>+<kbd>E</kbd></td><td> Open current folder in Windows Explorer</td></tr>
<tr><td><kbd>Backspace</kbd></td><td> Go back</td></tr>
<tr><td><kbd>Alt</kbd>+<kbd>&rarr;</kbd></td><td> Go forward</td></tr>
Expand Down
Binary file modified Resources/Formats.dat
Binary file not shown.

0 comments on commit 97c5849

Please sign in to comment.