From f40adfb88fa8a59238d135524e77b712421f7152 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 26 Aug 2016 10:07:01 -0700 Subject: [PATCH] [ALL] Feature freeze and version bump --- README.MD | 13 ++++++++++++- SabreTools.Helper/Data/Constants.cs | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index ac72683c..a4476728 100644 --- a/README.MD +++ b/README.MD @@ -67,13 +67,24 @@ A simple rebuild-from-DAT tool that allows users to sort from the commandline.
  • Rebuild from multiple sources
  • Single DAT and output directory support
  • Header skipper support
  • +
  • Verify a folder against a DAT (create a fixDat)
  • +
  • Rebuild to TGZ archives
  • +
  • Rebuild to Romba depot
  • Power User Tools

    This section is for tools that have been requested for a highly specific purpose and are not generally going to be used by regular users. All of them have a possibility of being included in the main DATabase program eventually. -There are no standalone tools that are for power users at this time. + + +TGZTest +

    +A simple tool to convert a folder to TGZ, optionally to a specific folder. +

    Licensing

    diff --git a/SabreTools.Helper/Data/Constants.cs b/SabreTools.Helper/Data/Constants.cs index 4b4894fe..dc6fc60e 100644 --- a/SabreTools.Helper/Data/Constants.cs +++ b/SabreTools.Helper/Data/Constants.cs @@ -7,7 +7,7 @@ namespace SabreTools.Helper ///

    /// The current toolset version to be used by all child applications /// - public static string Version = "v0.8.9"; + public static string Version = "v0.9.0"; public static int HeaderHeight = 3; // 0-byte file constants