From 9e3e6af15543784d9173f59bde08b53b722c7c9c Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Wed, 22 Jan 2020 16:33:42 -0700 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d0a0ea9..d3a833ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ### Changelog ======= + +#### Version - 1.0 beta 17 - 1/22/2020 +* Build server now indexes CDN files after they are uploaded +* Build server actively looks for DynDOLOD updates +* Fix for the null key exception during compilation +* Added support for tesalliance, and afkmods * Fix for queue size recommendation of 0GB RAM on low-end machines * Fix for website readme compilation * Fix for compiler downloads folder specification (was always standard path) From 916cc646e25ff88e07b9d16e3e702f99ae1047c8 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Wed, 22 Jan 2020 16:34:25 -0700 Subject: [PATCH 2/2] Update AssemblyInfo.cs --- Wabbajack/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Wabbajack/Properties/AssemblyInfo.cs b/Wabbajack/Properties/AssemblyInfo.cs index 9ee948ef..52a7fb47 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("0.9.16.0")] -[assembly: AssemblyFileVersion("0.9.16.0")] +[assembly: AssemblyVersion("0.9.17.0")] +[assembly: AssemblyFileVersion("0.9.17.0")]