From 027715b719feb7d533717252192867301823bd3a Mon Sep 17 00:00:00 2001 From: Barncastle Date: Sat, 17 Mar 2018 14:38:10 +0000 Subject: [PATCH] pre-release --- CHANGES.md | 9 +++++++++ WDBXEditor/Common/Constants.cs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2ce8200..38a798b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +## 1.1.7 + +### Changes +* Added WDC2 read and write support +* Changed WDC1 to be definition/meta driven (in anticipation for DBD) +* Removed awful old 25902 BfA Definitions +* Added latest BfA definitions +* Various fixes and tweaks + ## 1.1.6 ### Changes diff --git a/WDBXEditor/Common/Constants.cs b/WDBXEditor/Common/Constants.cs index bd5adad..696b9b5 100644 --- a/WDBXEditor/Common/Constants.cs +++ b/WDBXEditor/Common/Constants.cs @@ -11,7 +11,7 @@ namespace WDBXEditor.Common { public static class Constants { - public const string VERSION = "1.1.6"; + public const string VERSION = "1.1.7"; public const string AUTO_GENERATED = "AutoGenerated"; public const StringComparison IGNORECASE = StringComparison.CurrentCultureIgnoreCase; public static readonly string DEFINITION_DIR = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "Definitions/");