mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Bump version number
This commit is contained in:
parent
810b87de20
commit
3cf6afba39
@ -1,11 +1,12 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - Next
|
||||
#### Version - 1.0 beta 2 - 11/23/2019
|
||||
* Optimized install process, if you install on a directory that already contains an install
|
||||
the minimal amount of work will be done to update the install, instead of doing a complete
|
||||
from-scratch install
|
||||
* Vortex Support for some non-Bethesda games.
|
||||
* Reworked several internal systems (VFS and workqueues) for better reliability and stability
|
||||
* Patches are cached during compilation, and source files are no longer extracted every compile
|
||||
|
||||
#### Version 1.0 beta 1 - 11/6/2019
|
||||
* New Installation GUI
|
||||
|
@ -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.6.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.6.0")]
|
||||
[assembly: AssemblyVersion("1.0.7.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.7.0")]
|
||||
|
Loading…
Reference in New Issue
Block a user