Skip to content

Commit

Permalink
Version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed May 30, 2018
1 parent 65f86ea commit 8520738
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/Enterwell/Wpf.Notifications</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Added notification fade-out and fade-in animations.</releaseNotes>
<releaseNotes>Fixed message header foreground not set by `SetForeground` method call.</releaseNotes>
<copyright>Copyright (c) Enterwell d.o.o. 2017-2018</copyright>
<tags>wpf notifications</tags>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 8520738

Please sign in to comment.