Skip to content

Commit

Permalink
pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
barncastle committed Mar 17, 2018
1 parent d93c4ba commit 027715b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion WDBXEditor/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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/");
Expand Down

0 comments on commit 027715b

Please sign in to comment.