File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Enterwell.Clients.Wpf.Notifications Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.3.1] - 2018-05-30
8
+ ### Fixed
9
+ - Fixed message header foreground not set by ` SetForeground ` method call.
10
+
7
11
## [ 1.3.0] - 2018-05-03
8
12
### Added
9
13
- Added notification fade-out and fade-in animations.
Original file line number Diff line number Diff line change 10
10
<projectUrl >https://github.com/Enterwell/Wpf.Notifications</projectUrl >
11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
<description >$description$</description >
13
- <releaseNotes >Added notification fade-out and fade-in animations .</releaseNotes >
13
+ <releaseNotes >Fixed message header foreground not set by `SetForeground` method call .</releaseNotes >
14
14
<copyright >Copyright (c) Enterwell d.o.o. 2017-2018</copyright >
15
15
<tags >wpf notifications</tags >
16
16
</metadata >
Original file line number Diff line number Diff line change 49
49
// You can specify all the values or you can default the Build and Revision Numbers
50
50
// by using the '*' as shown below:
51
51
// [assembly: AssemblyVersion("1.0.*")]
52
- [ assembly: AssemblyVersion ( "1.3.0 .0" ) ]
53
- [ assembly: AssemblyFileVersion ( "1.3.0 .0" ) ]
52
+ [ assembly: AssemblyVersion ( "1.3.1 .0" ) ]
53
+ [ assembly: AssemblyFileVersion ( "1.3.1 .0" ) ]
You can’t perform that action at this time.
0 commit comments