From dcd90f87da31f53927ea3e8fc4abcb36c1e5cdf9 Mon Sep 17 00:00:00 2001 From: Antony Male Date: Wed, 23 Apr 2014 20:29:04 +0100 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8b22a6e..bf7ad5d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,14 @@ Stylet Changelog ================ +v0.9.4 +------ + + - Fix BindableCollection issues + - ActionExtension has configurable behaviour if target/action are null/not found + - ActionExtension works with things like Hyperlinks + - Misc tweaks and fixes + v0.9.3 ------ From 6f7e2d4b5f927b925ad959140f4a9c3f6cfd87a0 Mon Sep 17 00:00:00 2001 From: Antony Male Date: Wed, 23 Apr 2014 20:29:33 +0100 Subject: [PATCH 2/2] Bump version --- NuGet/Stylet.nuspec | 2 +- Stylet/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NuGet/Stylet.nuspec b/NuGet/Stylet.nuspec index 03cd843..cc3ecc7 100644 --- a/NuGet/Stylet.nuspec +++ b/NuGet/Stylet.nuspec @@ -2,7 +2,7 @@ Stylet - 0.9.3 + 0.9.4 Stylet Antony Male Antony Male diff --git a/Stylet/Properties/AssemblyInfo.cs b/Stylet/Properties/AssemblyInfo.cs index b9bf99d..e00489c 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.3.0")] -[assembly: AssemblyFileVersion("0.9.3.0")] +[assembly: AssemblyVersion("0.9.4.0")] +[assembly: AssemblyFileVersion("0.9.4.0")]