mirror of https://github.com/AMT-Cheif/Stylet.git
Merge branch 'release/0.9.5' into develop
This commit is contained in:
commit
c433cfdd3c
|
@ -1,6 +1,13 @@
|
|||
Stylet Changelog
|
||||
================
|
||||
|
||||
v0.9.5
|
||||
------
|
||||
|
||||
- Add StyletConductorItemsControl style, for using an ItemsControl with a Conductor<T>.Collection.AllActive
|
||||
- Make Execute.OnUIThread synchronous, and add BeginOnUIThread (asynchronous)
|
||||
- Rename conductors. It's now Conductor<T>.Collection.xxx not Conductor<T>.Collections.xxx
|
||||
|
||||
v0.9.4
|
||||
------
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Stylet</id>
|
||||
<version>0.9.4</version>
|
||||
<version>0.9.5</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.4.0")]
|
||||
[assembly: AssemblyFileVersion("0.9.4.0")]
|
||||
[assembly: AssemblyVersion("0.9.5.0")]
|
||||
[assembly: AssemblyFileVersion("0.9.5.0")]
|
||||
|
|
Loading…
Reference in New Issue