Skip to content

Commit c5e93f4

Browse files
committed
Release of version 1.2.0
1 parent 4d9b859 commit c5e93f4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
------------------------------ v1.2.0 ------------------------------
2+
3+
FEATURES:
4+
- Added the new PasswordBox control.
5+
This control behaves like a TextBox, but the text is masked with
6+
the character specified in the "PasswordChar" property.
7+
The password can be obtained through the "Password" property.
8+
9+
IMPROVEMENTS:
10+
- Improved the overall drawing performance.
11+
12+
BUGFIXES:
13+
- Fixed a bug, that caused a TextBox to raise the TextChanged event
14+
in the constructor.
15+
116
------------------------------ v1.1.2 ------------------------------
217

318
BUGFIXES:

FlagConsole.nuspec

0 Bytes
Binary file not shown.

FlagConsole/FlagConsole/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
3232
// übernehmen, indem Sie "*" eingeben:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.2")]
35-
[assembly: AssemblyFileVersion("1.1.2")]
34+
[assembly: AssemblyVersion("1.2.0")]
35+
[assembly: AssemblyFileVersion("1.2.0")]

0 commit comments

Comments
 (0)