diff --git a/Changelog.md b/Changelog.md index c4113ad0d..a7f688a2a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -36,6 +36,7 @@ - [#342](../../issues/342) - Fixed dependency property name of property Groups in GalleryGroupFilter. (thanks @polepage) - [#346](../../issues/346) - RibbonWindow icon is blurry (thanks @chdft) - [#365](../../issues/365) - BackstageAdorner is not removed + - [#368](../../issues/368) - Render Glitch when Maximizing RibbonWindow with SizeToContent Enabled - [#369](../../issues/369) - "Restore" button in title bar not displayed correctly when application starts maximized - ### Enhancements diff --git a/Fluent.Ribbon/Fluent.Ribbon.NET 4.0.csproj b/Fluent.Ribbon/Fluent.Ribbon.NET 4.0.csproj index 744ecb500..7a5d11398 100644 --- a/Fluent.Ribbon/Fluent.Ribbon.NET 4.0.csproj +++ b/Fluent.Ribbon/Fluent.Ribbon.NET 4.0.csproj @@ -52,8 +52,8 @@ false - - ..\packages\ControlzEx.2.1.2.3\lib\net40\ControlzEx.dll + + ..\packages\ControlzEx.2.1.4.13\lib\net40\ControlzEx.dll True @@ -61,7 +61,7 @@ - ..\packages\ControlzEx.2.1.2.3\lib\net40\System.Windows.Interactivity.dll + ..\packages\ControlzEx.2.1.4.13\lib\net40\System.Windows.Interactivity.dll True diff --git a/Fluent.Ribbon/Fluent.Ribbon.NET 4.5.csproj b/Fluent.Ribbon/Fluent.Ribbon.NET 4.5.csproj index 539f72daa..faddd233a 100644 --- a/Fluent.Ribbon/Fluent.Ribbon.NET 4.5.csproj +++ b/Fluent.Ribbon/Fluent.Ribbon.NET 4.5.csproj @@ -52,8 +52,8 @@ false - - ..\packages\ControlzEx.2.1.2.3\lib\net45\ControlzEx.dll + + ..\packages\ControlzEx.2.1.4.13\lib\net45\ControlzEx.dll True @@ -61,7 +61,7 @@ - ..\packages\ControlzEx.2.1.2.3\lib\net45\System.Windows.Interactivity.dll + ..\packages\ControlzEx.2.1.4.13\lib\net45\System.Windows.Interactivity.dll True diff --git a/Fluent.Ribbon/packages.config b/Fluent.Ribbon/packages.config index 8840fbd98..1130f67e8 100644 --- a/Fluent.Ribbon/packages.config +++ b/Fluent.Ribbon/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file