mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Bump version for 1.0 Beta 1
This commit is contained in:
parent
3f4a2bb733
commit
904b59cd08
@ -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
|
||||
|
||||
|
@ -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")]
|
||||
[assembly: AssemblyVersion("1.0.6.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.6.0")]
|
Loading…
Reference in New Issue
Block a user