Bump Version number

This commit is contained in:
Timothy Baldridge 2020-01-03 15:31:25 -07:00
parent 96ad1d6130
commit b320f87d1e
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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")]