diff --git a/CHANGELOG.txt b/CHANGELOG.txt index bf7ad5d..ad06755 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,13 @@ Stylet Changelog ================ +v0.9.5 +------ + + - Add StyletConductorItemsControl style, for using an ItemsControl with a Conductor.Collection.AllActive + - Make Execute.OnUIThread synchronous, and add BeginOnUIThread (asynchronous) + - Rename conductors. It's now Conductor.Collection.xxx not Conductor.Collections.xxx + v0.9.4 ------ diff --git a/NuGet/Stylet.nuspec b/NuGet/Stylet.nuspec index cc3ecc7..f82aba4 100644 --- a/NuGet/Stylet.nuspec +++ b/NuGet/Stylet.nuspec @@ -2,7 +2,7 @@ Stylet - 0.9.4 + 0.9.5 Stylet Antony Male Antony Male diff --git a/Stylet/Properties/AssemblyInfo.cs b/Stylet/Properties/AssemblyInfo.cs index e00489c..5ad645a 100644 --- a/Stylet/Properties/AssemblyInfo.cs +++ b/Stylet/Properties/AssemblyInfo.cs @@ -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")]