mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Bump Version
This commit is contained in:
@ -1,5 +1,14 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version - 1.0 beta 14 - 1/6/2020
|
||||||
|
* Updating a list twice without starting WJ no longer deletes your modlist
|
||||||
|
* .mohidden files will now be correctly detected during binary patching
|
||||||
|
* Added support for MO2's new path format
|
||||||
|
* Added support for MO2 2.2.2's `portable.txt` feature
|
||||||
|
* Added support for VectorPlexus downloads
|
||||||
|
* Added a new CLI interface for providing Nexus API key overrides
|
||||||
|
* Several UI backend improvements
|
||||||
|
|
||||||
#### Version - 1.0 beta 13 - 1/4/22020
|
#### Version - 1.0 beta 13 - 1/4/22020
|
||||||
* Several fixes for steam game handling
|
* Several fixes for steam game handling
|
||||||
* Fixes for metrics reporting
|
* Fixes for metrics reporting
|
||||||
|
@ -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("0.9.13.0")]
|
[assembly: AssemblyVersion("0.9.14.0")]
|
||||||
[assembly: AssemblyFileVersion("0.9.13.0")]
|
[assembly: AssemblyFileVersion("0.9.14.0")]
|
||||||
|
Reference in New Issue
Block a user