更新版本号

This commit is contained in:
2025-09-27 18:00:12 +08:00
parent 28748a99ca
commit 15c808eebd
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -49,5 +49,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.11.3")]
[assembly: AssemblyFileVersion("1.7.11.3")]
[assembly: AssemblyVersion("1.7.11.4")]
[assembly: AssemblyFileVersion("1.7.11.4")]
+1 -1
View File
@@ -643,7 +643,7 @@ namespace Ink_Canvas
eraserWidth = boundWidth;
UpdateEraserStyle();
// 显示初始橡皮擦反馈位置
var touchPoint = e.GetTouchPoint(inkCanvas);
touchPoint = e.GetTouchPoint(inkCanvas);
EraserOverlay_PointerDown(sender);
EraserOverlay_PointerMove(sender, touchPoint.Position);
}
+2 -2
View File
@@ -49,5 +49,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.11.3")]
[assembly: AssemblyFileVersion("1.7.11.3")]
[assembly: AssemblyVersion("1.7.11.4")]
[assembly: AssemblyFileVersion("1.7.11.4")]