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:
parent
1b2c4925a7
commit
02109a05bd
@ -1,5 +1,11 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - 1.0 beta 8 - 12/17/2019
|
||||
* Fixed parsing of buggy ini files (Bethesda supports them so we must as well)
|
||||
* Disable invalid modlists instead of hiding them
|
||||
* Several Vortex improvements
|
||||
* Implemented HTTP resuming for file downloads
|
||||
|
||||
#### Version - 1.0 beta 7 - 12/15/2019
|
||||
* Fixed a regression with HTTP downloading introduced in beta 5
|
||||
* No longer show broken modlists in the gallery
|
||||
|
@ -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.12.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.12.0")]
|
||||
[assembly: AssemblyVersion("1.0.13.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.13.0")]
|
||||
|
Loading…
Reference in New Issue
Block a user