Skip to content

Commit e860a32

Browse files
committed
chore: add change log, update copyright note
1 parent 3dcb446 commit e860a32

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/Changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ hardcodet.net NotifyIcon for WPF - Changelog
22
Copyright (c) 2009-2021 Philipp Sumi
33
Contact and Information: http://www.hardcodet.net
44

5+
2.0.1 (2024.10.16)
6+
*****
7+
8+
FIX Fix double execution of LeftClickCommand
9+
FIX Fix context menu position acording to dpi setting
10+
511
2.0.0 (2024.07.10)
612
*****
713

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<DebugSymbols>True</DebugSymbols>
1010
<DebugType>embedded</DebugType>
1111

12-
<Copyright>Copyright (c) 2009-2022 Philipp Sumi</Copyright>
12+
<Copyright>Copyright (c) 2009 - 2019 Philipp Sumi, 2019 - $([System.DateTime]::Today.ToString(yyyy)) Philipp Sumi, Robin Krom, Jan Karger</Copyright>
1313
<Company>hardcodet.net</Company>
1414
<Authors>Philipp Sumi, Robin Krom, Jan Karger</Authors>
1515
<PackageIcon>icon.png</PackageIcon>

0 commit comments

Comments
 (0)