version: Release 2025.15

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-04-28 09:16:37 +08:00
parent 951ea8f088
commit 2e1cf76c82
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
2025.14
2025.15

View File

@@ -47,7 +47,7 @@ namespace SourceGit.Views
get => GetValue(FontWeightProperty);
set => SetValue(FontWeightProperty, value);
}
public static readonly StyledProperty<IBrush> InlineCodeBackgroundProperty =
AvaloniaProperty.Register<CommitSubjectPresenter, IBrush>(nameof(InlineCodeBackground), Brushes.Transparent);