mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
update<csproj>: assembly info
This commit is contained in:
parent
ba355a7d59
commit
e7bf9be683
4 changed files with 14 additions and 5 deletions
|
@ -33,7 +33,7 @@
|
||||||
<sys:String x:Key="Text.SSHKey.Placeholder">Private SSH key store path</sys:String>
|
<sys:String x:Key="Text.SSHKey.Placeholder">Private SSH key store path</sys:String>
|
||||||
|
|
||||||
<sys:String x:Key="Text.About">About</sys:String>
|
<sys:String x:Key="Text.About">About</sys:String>
|
||||||
<sys:String x:Key="Text.About.Copyright">Copyright © 2023-2024 sourcegit-scm</sys:String>
|
<sys:String x:Key="Text.About.Copyright">Copyright © 2024 sourcegit-scm.</sys:String>
|
||||||
<sys:String x:Key="Text.About.BuildWith" xml:space="preserve">• Build with </sys:String>
|
<sys:String x:Key="Text.About.BuildWith" xml:space="preserve">• Build with </sys:String>
|
||||||
<sys:String x:Key="Text.About.Editor" xml:space="preserve">• TextEditor from </sys:String>
|
<sys:String x:Key="Text.About.Editor" xml:space="preserve">• TextEditor from </sys:String>
|
||||||
<sys:String x:Key="Text.About.Fonts" xml:space="preserve">• Monospace fonts come from </sys:String>
|
<sys:String x:Key="Text.About.Fonts" xml:space="preserve">• Monospace fonts come from </sys:String>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<sys:String x:Key="Text.SSHKey.Placeholder">SSH密钥文件</sys:String>
|
<sys:String x:Key="Text.SSHKey.Placeholder">SSH密钥文件</sys:String>
|
||||||
|
|
||||||
<sys:String x:Key="Text.About">关于软件</sys:String>
|
<sys:String x:Key="Text.About">关于软件</sys:String>
|
||||||
<sys:String x:Key="Text.About.Copyright">Copyright © 2023-2024 sourcegit-scm</sys:String>
|
<sys:String x:Key="Text.About.Copyright">Copyright © 2024 sourcegit-scm.</sys:String>
|
||||||
<sys:String x:Key="Text.About.BuildWith" xml:space="preserve">• 使用的框架为 </sys:String>
|
<sys:String x:Key="Text.About.BuildWith" xml:space="preserve">• 使用的框架为 </sys:String>
|
||||||
<sys:String x:Key="Text.About.Editor" xml:space="preserve">• 文本编辑器使用 </sys:String>
|
<sys:String x:Key="Text.About.Editor" xml:space="preserve">• 文本编辑器使用 </sys:String>
|
||||||
<sys:String x:Key="Text.About.Fonts" xml:space="preserve">• 等宽字体来自于 </sys:String>
|
<sys:String x:Key="Text.About.Fonts" xml:space="preserve">• 等宽字体来自于 </sys:String>
|
||||||
|
|
|
@ -9,6 +9,15 @@
|
||||||
<BuiltInComInteropSupport>false</BuiltInComInteropSupport>
|
<BuiltInComInteropSupport>false</BuiltInComInteropSupport>
|
||||||
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
||||||
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
|
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
|
||||||
|
|
||||||
|
<Product>SourceGit</Product>
|
||||||
|
<Description>OpenSource GIT client</Description>
|
||||||
|
<Company>sourcegit-scm</Company>
|
||||||
|
<Copyright>Copyright © 2024 sourcegit-scm.</Copyright>
|
||||||
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
|
<PackageProjectUrl>https://github.com/sourcegit-scm/sourcegit.git</PackageProjectUrl>
|
||||||
|
<RepositoryUrl>https://github.com/sourcegit-scm/sourcegit.git</RepositoryUrl>
|
||||||
|
<RepositoryType>Public</RepositoryType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -67,17 +67,17 @@
|
||||||
<TextBlock Margin="2,0,0,0" Text="{DynamicResource Text.About.Copyright}" Foreground="{DynamicResource Brush.FG2}"/>
|
<TextBlock Margin="2,0,0,0" Text="{DynamicResource Text.About.Copyright}" Foreground="{DynamicResource Brush.FG2}"/>
|
||||||
|
|
||||||
<StackPanel Orientation="Vertical" Margin="0,28,0,0">
|
<StackPanel Orientation="Vertical" Margin="0,28,0,0">
|
||||||
<StackPanel Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal" Height="18">
|
||||||
<TextBlock Text="{DynamicResource Text.About.BuildWith}" />
|
<TextBlock Text="{DynamicResource Text.About.BuildWith}" />
|
||||||
<TextBlock Text="Avalonia UI" Cursor="Hand" Foreground="{DynamicResource Brush.Accent1}" TextDecorations="Underline" PointerPressed="OnVisitAvaloniaUI"/>
|
<TextBlock Text="Avalonia UI" Cursor="Hand" Foreground="{DynamicResource Brush.Accent1}" TextDecorations="Underline" PointerPressed="OnVisitAvaloniaUI"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,2,0,0">
|
<StackPanel Orientation="Horizontal" Height="18" Margin="0,2,0,0">
|
||||||
<TextBlock Text="{DynamicResource Text.About.Editor}" />
|
<TextBlock Text="{DynamicResource Text.About.Editor}" />
|
||||||
<TextBlock Text="AvaloniaEdit" Cursor="Hand" Foreground="{DynamicResource Brush.Accent1}" TextDecorations="Underline" PointerPressed="OnVisitAvaloniaEdit"/>
|
<TextBlock Text="AvaloniaEdit" Cursor="Hand" Foreground="{DynamicResource Brush.Accent1}" TextDecorations="Underline" PointerPressed="OnVisitAvaloniaEdit"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<StackPanel Orientation="Horizontal" Margin="0,2,0,0">
|
<StackPanel Orientation="Horizontal" Height="18" Margin="0,2,0,0">
|
||||||
<TextBlock Text="{DynamicResource Text.About.Fonts}" />
|
<TextBlock Text="{DynamicResource Text.About.Fonts}" />
|
||||||
<TextBlock Text="JetBrains Mono" Cursor="Hand" Foreground="{DynamicResource Brush.Accent1}" TextDecorations="Underline" PointerPressed="OnVisitJetBrainsMonoFont"/>
|
<TextBlock Text="JetBrains Mono" Cursor="Hand" Foreground="{DynamicResource Brush.Accent1}" TextDecorations="Underline" PointerPressed="OnVisitJetBrainsMonoFont"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
Loading…
Reference in a new issue