From d8bfef242be751eecb3b1947bba75ee6207d1488 Mon Sep 17 00:00:00 2001 From: Antony Male Date: Fri, 25 Jul 2014 13:14:59 +0100 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 39b8a64..c12ad93 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,15 @@ Stylet Changelog ================ +v0.9.10 +------- + + - Add the concept of Channels to the EventAggregator + - Remove the WeakEventManager (as it was too complex), and replace with an easier to use (but less powerful) implementation + - Simplify IViewManager + - Add logging to important parts of Stylet + - Fix bug where Actions could throw exceptions when they shouldn't + v0.9.9 ------ From a913ea3503976df3b33b21ee4fae55c597ea4716 Mon Sep 17 00:00:00 2001 From: Antony Male Date: Fri, 25 Jul 2014 13:17:23 +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 58ab433..fb69120 100644 --- a/NuGet/Stylet.nuspec +++ b/NuGet/Stylet.nuspec @@ -2,7 +2,7 @@ Stylet - 0.9.9 + 0.9.10 Stylet Antony Male Antony Male diff --git a/Stylet/Properties/AssemblyInfo.cs b/Stylet/Properties/AssemblyInfo.cs index bc79fb8..e5c31a5 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.9.0")] -[assembly: AssemblyFileVersion("0.9.9.0")] +[assembly: AssemblyVersion("0.9.10.0")] +[assembly: AssemblyFileVersion("0.9.10.0")]