mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
bump version to alpha 5
This commit is contained in:
parent
d01636eff8
commit
c95a477221
@ -1,5 +1,8 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 1.0 alpha 5 - 11/2/2019
|
||||||
|
* Fix a NPE exception with game ESM verification
|
||||||
|
|
||||||
#### Version 1.0 alpha 4 - 11/2/2019
|
#### Version 1.0 alpha 4 - 11/2/2019
|
||||||
* Reorganize steps so that we run zEdit merges before NOMATCH_INCLUDE
|
* Reorganize steps so that we run zEdit merges before NOMATCH_INCLUDE
|
||||||
* Look for hidden/optional ESMs when building zEdit plugins
|
* Look for hidden/optional ESMs when building zEdit plugins
|
||||||
|
@ -49,5 +49,5 @@ using System.Windows;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.4.0")]
|
[assembly: AssemblyVersion("1.0.5.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.4.0")]
|
[assembly: AssemblyFileVersion("1.0.5.0")]
|
Loading…
Reference in New Issue
Block a user