mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Bump Verison number
This commit is contained in:
parent
3010027ea8
commit
d1049aaefe
@ -1,5 +1,11 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - 1.0 beta 12 - 1/3/22020
|
||||
* Breaking change: the internal serialization format has changed, this will make existing lists inoperable on the latest version of WJ
|
||||
* Added a change to serialization to make it backwards-compatible in the future
|
||||
* Added an anonymous key to the metrics
|
||||
* Fixed INI errors (again)
|
||||
|
||||
#### 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
|
||||
|
@ -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("0.9.11.0")]
|
||||
[assembly: AssemblyFileVersion("0.9.11.0")]
|
||||
[assembly: AssemblyVersion("0.9.12.0")]
|
||||
[assembly: AssemblyFileVersion("0.9.12.0")]
|
||||
|
Loading…
Reference in New Issue
Block a user