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
96ad1d6130
commit
b320f87d1e
@ -1,5 +1,11 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - 1.0 beta 11 - 1/3/2020
|
||||
* Rewrote the ModDB downloader to retry with other mirrors after failure
|
||||
* INI parse errors are now soft errors
|
||||
* Fixed several backend stability bugs
|
||||
* Changed application version scheme to better match the actual app version
|
||||
|
||||
#### Version - 1.0 beta 10 - 12/23/2019
|
||||
* Many internal bug fixes releated to deadlocking
|
||||
* Take the system RAM into account when configuring queue sizes
|
||||
|
@ -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.15.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.15.0")]
|
||||
[assembly: AssemblyVersion("0.9.11.0")]
|
||||
[assembly: AssemblyFileVersion("0.9.11.0")]
|
||||
|
Loading…
Reference in New Issue
Block a user