File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed
Enterwell.Clients.Wpf.Notifications Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
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.2.0] - 2018-04-30
7
8
### Added
8
9
- Implemented support for setting custom text color with ` Foreground ` method.
Original file line number Diff line number Diff line change @@ -132,17 +132,6 @@ public string Message
132
132
get => ( string ) GetValue ( MessageProperty ) ;
133
133
set => SetValue ( MessageProperty , value ) ;
134
134
}
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
- }
146
135
147
136
/// <summary>
148
137
/// Gets or sets the buttons.
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.1 .0.0" ) ]
53
- [ assembly: AssemblyFileVersion ( "1.1 .0.0" ) ]
52
+ [ assembly: AssemblyVersion ( "1.2 .0.0" ) ]
53
+ [ assembly: AssemblyFileVersion ( "1.2 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments