mirror of https://github.com/AMT-Cheif/Stylet.git
Merge branch 'release/0.9.9' into develop
This commit is contained in:
commit
daa392ae03
|
@ -1,6 +1,11 @@
|
|||
Stylet Changelog
|
||||
================
|
||||
|
||||
v0.9.9
|
||||
------
|
||||
|
||||
- Fix bug where Stylet would launch before resources were loaded
|
||||
|
||||
v0.9.8
|
||||
------
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Stylet</id>
|
||||
<version>0.9.8</version>
|
||||
<version>0.9.9</version>
|
||||
<title>Stylet</title>
|
||||
<authors>Antony Male</authors>
|
||||
<owners>Antony Male</owners>
|
||||
|
|
|
@ -35,5 +35,5 @@ using System.Windows.Markup;
|
|||
// 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.8.0")]
|
||||
[assembly: AssemblyFileVersion("0.9.8.0")]
|
||||
[assembly: AssemblyVersion("0.9.9.0")]
|
||||
[assembly: AssemblyFileVersion("0.9.9.0")]
|
||||
|
|
Loading…
Reference in New Issue