Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamedjo committed May 7, 2014
1 parent a10f2da commit f000f37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ View Rocksmith 2014 songs (built in, DLC or custom DLC) as tablature
* Uses RocksmithToolkitLib from 'Rocksmith Custom Toolkit' to parse archives and songs (https://github.com/rscustom/rocksmith-custom-song-toolkit)
* The application itself is built upon GDI WPF sample application from alphaTab.

# Status (v0.0.4 - 2014-05-04)
# Status (v0.0.5 - 2014-05-07)
* Working for most Rocksmith 2014 PC files
* Not much error handling. Will probably crash and burn at slighest hint of failure.
* No progress / busy indicators. UI locks up while rendering score
Expand All @@ -23,7 +23,7 @@ View Rocksmith 2014 songs (built in, DLC or custom DLC) as tablature

# Dependencies
RocksmithToolkitLib 2.5 (and its dependencies) are in the lib\ folder.
AlphaTab dll is also in the lib folder.
AlphaTab dll is also in the lib folder. Built from Jamedjo/alphaTab@dda365a for Glyph spacing & Voice bug patches.
NuGet is needed to load MvvmLightLibs, CommonServiceLocator (IoC), and Costura.Fody (Bakes all dlls into the main exe).

Solution should build on VS2010 or later with Framework 4.0 out of the box.
2 changes: 1 addition & 1 deletion RockSmithTabExplorer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
// 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.0.4")]
[assembly: AssemblyVersion("0.0.5")]

0 comments on commit f000f37

Please sign in to comment.