diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..14d1200 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,14 @@ +# Changelog +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.1.0] - 2018-04-03 +### Added +- Support for delayed dismiss `WithDelay` extension method for LINQ builder. + +## [1.0.0] - 2017-03-08 +### Added +- Initial release. \ No newline at end of file diff --git a/Enterwell.Clients.Wpf.Notifications.Sample/MainWindow.xaml b/Enterwell.Clients.Wpf.Notifications.Sample/MainWindow.xaml index 67136a3..2845ecb 100644 --- a/Enterwell.Clients.Wpf.Notifications.Sample/MainWindow.xaml +++ b/Enterwell.Clients.Wpf.Notifications.Sample/MainWindow.xaml @@ -75,6 +75,16 @@ Content="Error message" Style="{StaticResource NotificationMessageButtonStyle}" /> +