File tree 3 files changed +17
-2
lines changed
FlagConsole/FlagConsole/Properties 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
16
------------------------------ v1.1.2 ------------------------------
2
17
3
18
BUGFIXES:
Original file line number Diff line number Diff line change 31
31
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
32
32
// übernehmen, indem Sie "*" eingeben:
33
33
// [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 " ) ]
You can’t perform that action at this time.
0 commit comments