Skip to content

Commit c5f07ca

Browse files
committed
Minor fixed for release
1 parent 476ff59 commit c5f07ca

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
33

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).
6+
67
## [1.2.0] - 2018-04-30
78
### Added
89
- Implemented support for setting custom text color with `Foreground` method.

Enterwell.Clients.Wpf.Notifications/Controls/NotificationMessage.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,6 @@ public string Message
132132
get => (string)GetValue(MessageProperty);
133133
set => SetValue(MessageProperty, value);
134134
}
135-
/// <summary>
136-
/// Gets or sets the brush of text.
137-
/// <value>
138-
/// The text brush.
139-
/// </value>
140-
/// </summary>
141-
public Brush Foreground
142-
{
143-
get => (Brush)GetValue(ForegroundProperty);
144-
set => SetValue(ForegroundProperty, value);
145-
}
146135

147136
/// <summary>
148137
/// Gets or sets the buttons.

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.1.0.0")]
53-
[assembly: AssemblyFileVersion("1.1.0.0")]
52+
[assembly: AssemblyVersion("1.2.0.0")]
53+
[assembly: AssemblyFileVersion("1.2.0.0")]

0 commit comments

Comments
 (0)