Merge pull request #423 from wabbajack-tools/bump-version

Bump version
This commit is contained in:
Timothy Baldridge 2020-01-22 16:45:22 -07:00 committed by GitHub
commit f4c256a1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -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)

View File

@ -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")]