Skip to content

Commit

Permalink
修改版本号为 3.2.5.0,在关于页面告知用户错误日志将被上传
Browse files Browse the repository at this point in the history
  • Loading branch information
STBBRD committed Oct 19, 2024
1 parent 59d91ec commit ec1a804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
</Border>
</ikw:SimpleStackPanel>
</Border>
<TextBlock Foreground="{DynamicResource {x:Static ui:ThemeKeys.TextControlForegroundKey}}"
Text="本程序的错误日志将被上传至 Sentry 以便开发者分析" FontSize="10" TextWrapping="Wrap" Opacity="0.5" VerticalAlignment="Bottom" HorizontalAlignment="Left"/>
</ikw:SimpleStackPanel>
</ui:ScrollViewerEx>
</Grid>
Expand Down
4 changes: 2 additions & 2 deletions ZongziTEK_Blackboard_Sticker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.2.4.1")]
[assembly: AssemblyFileVersion("3.2.4.1")]
[assembly: AssemblyVersion("3.2.5.0")]
[assembly: AssemblyFileVersion("3.2.5.0")]

0 comments on commit ec1a804

Please sign in to comment.