Skip to content

Commit 2e1cf76

Browse files
committed
version: Release 2025.15
Signed-off-by: leo <[email protected]>
1 parent 951ea8f commit 2e1cf76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.14
1+
2025.15

src/Views/CommitSubjectPresenter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public FontWeight FontWeight
4747
get => GetValue(FontWeightProperty);
4848
set => SetValue(FontWeightProperty, value);
4949
}
50-
50+
5151
public static readonly StyledProperty<IBrush> InlineCodeBackgroundProperty =
5252
AvaloniaProperty.Register<CommitSubjectPresenter, IBrush>(nameof(InlineCodeBackground), Brushes.Transparent);
5353

0 commit comments

Comments
 (0)