Skip to content

Commit

Permalink
#4 更新内容太多时没有自动换行
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Dec 15, 2023
1 parent d61eb63 commit d98cba6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<PackageId>JiuLing.AutoUpgrade</PackageId>
<Version>2.1.2</Version>
<Version>2.1.3</Version>
<Authors>九零</Authors>
<Product>JiuLing.AutoUpgrade</Product>
<Description>一个简单的.Net下的自动更新组件。</Description>
Expand Down
4 changes: 2 additions & 2 deletions src/JiuLing.AutoUpgrade/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.2.0")]
[assembly: AssemblyFileVersion("2.1.2.0")]
[assembly: AssemblyVersion("2.1.3.0")]
[assembly: AssemblyFileVersion("2.1.3.0")]
2 changes: 1 addition & 1 deletion src/JiuLing.AutoUpgrade/UpgradeWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
Margin="0 0 0 20"
Style="{StaticResource Fixed}"/>
<ScrollViewer VerticalScrollBarVisibility="Auto" Height="220">
<TextBlock x:Name="TxtLog"/>
<TextBlock x:Name="TxtLog" TextWrapping="Wrap"/>
</ScrollViewer>
</StackPanel>
</Grid>
Expand Down

0 comments on commit d98cba6

Please sign in to comment.