diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ec12e5b..bd0ec50 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,13 @@ Stylet Changelog ================ +v1.1.7 +------ + + - Fix issue where OnInitialActivate may not be invoked if Screen was deactivated before being activated + - Action s:Action to be instantiated with zero parameters + - Make Stylet more modular by removing dependency on Application.Current from WindowManager, and View.ViewManager static property + v1.1.6 ------ diff --git a/NuGet/Stylet.nuspec b/NuGet/Stylet.nuspec index bc9261f..1604c18 100644 --- a/NuGet/Stylet.nuspec +++ b/NuGet/Stylet.nuspec @@ -2,7 +2,7 @@ Stylet - 1.1.6 + 1.1.7 Stylet Antony Male Antony Male diff --git a/Stylet/Properties/AssemblyInfo.cs b/Stylet/Properties/AssemblyInfo.cs index f632170..85e5787 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("1.1.6.0")] -[assembly: AssemblyFileVersion("1.1.6.0")] +[assembly: AssemblyVersion("1.1.7.0")] +[assembly: AssemblyFileVersion("1.1.7.0")]