From 65f86ea3d1bb594f30e33631e33b0cc75f6e2c65 Mon Sep 17 00:00:00 2001 From: Alex Kuchta Date: Wed, 30 May 2018 11:27:37 -0400 Subject: [PATCH 1/2] Corrects #13 --- .../Themes/Generic.xaml | 158 ++++++++---------- 1 file changed, 73 insertions(+), 85 deletions(-) diff --git a/Enterwell.Clients.Wpf.Notifications/Themes/Generic.xaml b/Enterwell.Clients.Wpf.Notifications/Themes/Generic.xaml index 24c2e1b..a225a44 100644 --- a/Enterwell.Clients.Wpf.Notifications/Themes/Generic.xaml +++ b/Enterwell.Clients.Wpf.Notifications/Themes/Generic.xaml @@ -1,69 +1,64 @@ - + #333333 #666666 #FFFFFF - @@ -117,11 +111,17 @@ - + + + + @@ -130,17 +130,15 @@ - + - + @@ -156,14 +154,6 @@ - - - @@ -180,25 +170,22 @@ - - + - + @@ -206,5 +193,6 @@ + From 8520738670363f798f90ad79557ac178429f9cbe Mon Sep 17 00:00:00 2001 From: Aleksandar Toplek Date: Wed, 30 May 2018 21:18:00 +0200 Subject: [PATCH 2/2] Version bump and changelog --- Changelog.md | 4 ++++ .../Enterwell.Clients.Wpf.Notifications.nuspec | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index e807daf..5d7a991 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.3.1] - 2018-05-30 +### Fixed +- Fixed message header foreground not set by `SetForeground` method call. + ## [1.3.0] - 2018-05-03 ### Added - Added notification fade-out and fade-in animations. diff --git a/Enterwell.Clients.Wpf.Notifications/Enterwell.Clients.Wpf.Notifications.nuspec b/Enterwell.Clients.Wpf.Notifications/Enterwell.Clients.Wpf.Notifications.nuspec index d7e1a1a..f24dc5d 100644 --- a/Enterwell.Clients.Wpf.Notifications/Enterwell.Clients.Wpf.Notifications.nuspec +++ b/Enterwell.Clients.Wpf.Notifications/Enterwell.Clients.Wpf.Notifications.nuspec @@ -10,7 +10,7 @@ https://github.com/Enterwell/Wpf.Notifications false $description$ - Added notification fade-out and fade-in animations. + Fixed message header foreground not set by `SetForeground` method call. Copyright (c) Enterwell d.o.o. 2017-2018 wpf notifications diff --git a/Enterwell.Clients.Wpf.Notifications/Properties/AssemblyInfo.cs b/Enterwell.Clients.Wpf.Notifications/Properties/AssemblyInfo.cs index ba522a6..8e89c65 100644 --- a/Enterwell.Clients.Wpf.Notifications/Properties/AssemblyInfo.cs +++ b/Enterwell.Clients.Wpf.Notifications/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ // 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.3.0.0")] -[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyVersion("1.3.1.0")] +[assembly: AssemblyFileVersion("1.3.1.0")]