From 904b59cd080accd7131e6de63c64386abc014fa9 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Wed, 6 Nov 2019 22:35:01 -0700 Subject: [PATCH] Bump version for 1.0 Beta 1 --- CHANGELOG.md | 5 +++++ Wabbajack/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be0b507..fc17c291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Changelog +#### Version 1.0 beta 1 - 11/6/2019 +* New Installation GUI +* Files are now moved during installation instead of copied +* Many other internal/non-user-facing improvements and optimizations + #### Version 1.0 alpha 5 - 11/2/2019 * Fix a NPE exception with game ESM verification diff --git a/Wabbajack/Properties/AssemblyInfo.cs b/Wabbajack/Properties/AssemblyInfo.cs index f6e7a7d2..6acb2256 100644 --- a/Wabbajack/Properties/AssemblyInfo.cs +++ b/Wabbajack/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ using System.Windows; // 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.0.5.0")] -[assembly: AssemblyFileVersion("1.0.5.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.6.0")] +[assembly: AssemblyFileVersion("1.0.6.0")] \ No newline at end of file