mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
commit
f4c256a1e0
@ -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)
|
||||
|
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user