Skip to content

Commit 8520738

Browse files
committed
Version bump and changelog
1 parent 65f86ea commit 8520738

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.3.1] - 2018-05-30
8+
### Fixed
9+
- Fixed message header foreground not set by `SetForeground` method call.
10+
711
## [1.3.0] - 2018-05-03
812
### Added
913
- Added notification fade-out and fade-in animations.

Enterwell.Clients.Wpf.Notifications/Enterwell.Clients.Wpf.Notifications.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<projectUrl>https://github.com/Enterwell/Wpf.Notifications</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<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>
1414
<copyright>Copyright (c) Enterwell d.o.o. 2017-2018</copyright>
1515
<tags>wpf notifications</tags>
1616
</metadata>

Enterwell.Clients.Wpf.Notifications/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
// You can specify all the values or you can default the Build and Revision Numbers
5050
// by using the '*' as shown below:
5151
// [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")]

0 commit comments

Comments
 (0)