From e24120c89aa094993a48f69b3a949ca52b52d1e5 Mon Sep 17 00:00:00 2001 From: Antony Male Date: Sat, 26 Jul 2014 18:19:08 +0100 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c12ad93..2fb6f63 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,12 @@ Stylet Changelog ================ +v0.9.11 +------- + + - Add Execute.PostToUIThreadAsync + - Rename ILogger and LogManager to not conflict in projects also using NLog + v0.9.10 ------- From 5778460c384788f78b440668fd774942a127e475 Mon Sep 17 00:00:00 2001 From: Antony Male Date: Sat, 26 Jul 2014 18:19:36 +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 fb69120..88cd855 100644 --- a/NuGet/Stylet.nuspec +++ b/NuGet/Stylet.nuspec @@ -2,7 +2,7 @@ Stylet - 0.9.10 + 0.9.11 Stylet Antony Male Antony Male diff --git a/Stylet/Properties/AssemblyInfo.cs b/Stylet/Properties/AssemblyInfo.cs index e5c31a5..edd62b7 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.10.0")] -[assembly: AssemblyFileVersion("0.9.10.0")] +[assembly: AssemblyVersion("0.9.11.0")] +[assembly: AssemblyFileVersion("0.9.11.0")]