mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Bump version for 1.0 beta 13
This commit is contained in:
parent
5957ce669f
commit
9eec82be0d
@ -1,5 +1,9 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version - 1.0 beta 13 - 1/4/22020
|
||||||
|
* Several fixes for steam game handling
|
||||||
|
* Fixes for metrics reporting
|
||||||
|
|
||||||
#### Version - 1.0 beta 12 - 1/3/22020
|
#### 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
|
* 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 a change to serialization to make it backwards-compatible in the future
|
||||||
|
@ -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.12.0")]
|
[assembly: AssemblyVersion("0.9.13.0")]
|
||||||
[assembly: AssemblyFileVersion("0.9.12.0")]
|
[assembly: AssemblyFileVersion("0.9.13.0")]
|
||||||
|
Loading…
Reference in New Issue
Block a user