From 27a1baae7bb9e7de7887bf0ca4a7df7e7cfcf7ce Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Sun, 29 Jun 2025 15:07:13 +0800 Subject: [PATCH 1/9] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E4=BA=86=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=94=B6=E7=BA=B3=E7=9A=84=E7=9B=B8=E5=85=B3=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InkCanvasForClass_mlbp2gn0_wpftmp.csproj | 447 ++++++++++++++++++ Ink Canvas/MainWindow.xaml.cs | 2 +- Ink Canvas/MainWindow_cs/MW_AutoFold.cs | 2 +- 3 files changed, 449 insertions(+), 2 deletions(-) create mode 100644 Ink Canvas/InkCanvasForClass_mlbp2gn0_wpftmp.csproj diff --git a/Ink Canvas/InkCanvasForClass_mlbp2gn0_wpftmp.csproj b/Ink Canvas/InkCanvasForClass_mlbp2gn0_wpftmp.csproj new file mode 100644 index 00000000..97db535e --- /dev/null +++ b/Ink Canvas/InkCanvasForClass_mlbp2gn0_wpftmp.csproj @@ -0,0 +1,447 @@ + + + InkCanvasForClass + obj\Debug\ + obj\ + C:\Users\Administrator\Desktop\ICC CE\ICC CE main\community\Ink Canvas\obj\ + <_TargetAssemblyProjectName>InkCanvasForClass + Ink_Canvas + + + + win;win-x86;win-x64;win-arm64 + WinExe + Ink_Canvas + net472 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + true + false + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 2 + 2.0.2.%2a + false + false + False + true + Debug;Release;x86 Debug + + + embedded + bin\$(Configuration)\ + True + + + embedded + bin\$(Configuration)\ + True + + + embedded + bin\$(Configuration)\ + True + + + Resources\icc.ico + + + bin\$(Platform)\$(Configuration)\ + full + 7.3 + true + + + bin\$(Platform)\$(Configuration)\ + full + 7.3 + true + + + bin\$(Platform)\$(Configuration)\ + pdbonly + 7.3 + true + + + app.manifest + InkCanvasForClass + 5.0.4 + Dubi906w + InkCanvasForClass + © Copyright HARKOTEK Studio 2024-now + https://icc.bliemhax.com + bundled + False + AnyCPU + + + bin\$(Platform)\$(Configuration)\ + full + 7.3 + true + + + bin\$(Platform)\$(Configuration)\ + full + 7.3 + true + + + bin\$(Platform)\$(Configuration)\ + pdbonly + 7.3 + true + + + bin\$(Platform)\$(Configuration)\ + full + 7.3 + true + + + bin\$(Platform)\$(Configuration)\ + full + 7.3 + true + + + bin\$(Platform)\$(Configuration)\ + pdbonly + 7.3 + true + + + + + + + + + + + + + + + + + + + + + {F935DC20-1CF0-11D0-ADB9-00C04FD58A0B} + 1 + 0 + 0 + tlbimp + False + True + + + {00020430-0000-0000-C000-000000000046} + 2 + 0 + 0 + primary + False + True + + + {0002E157-0000-0000-C000-000000000046} + 5 + 3 + 0 + primary + False + True + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + True + Settings.settings + + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + + + True + + + True + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Ink Canvas/MainWindow.xaml.cs b/Ink Canvas/MainWindow.xaml.cs index 98de85fd..ba242a9d 100644 --- a/Ink Canvas/MainWindow.xaml.cs +++ b/Ink Canvas/MainWindow.xaml.cs @@ -211,7 +211,7 @@ namespace Ink_Canvas { // 自动收纳到侧边栏 if (Settings.Startup.IsFoldAtStartup) { - FoldFloatingBar_MouseUp(null, null); + FoldFloatingBar_MouseUp(new object(), null); } // 恢复崩溃后操作设置 diff --git a/Ink Canvas/MainWindow_cs/MW_AutoFold.cs b/Ink Canvas/MainWindow_cs/MW_AutoFold.cs index 58073662..ee0c69df 100644 --- a/Ink Canvas/MainWindow_cs/MW_AutoFold.cs +++ b/Ink Canvas/MainWindow_cs/MW_AutoFold.cs @@ -54,7 +54,7 @@ namespace Ink_Canvas { // FloatingBarIcons_MouseUp_New(sender); if (sender == null) - foldFloatingBarByUser = true; + foldFloatingBarByUser = false; else foldFloatingBarByUser = true; unfoldFloatingBarByUser = false; From a2860be7a362940c7e975daa30511df872cc2211 Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Sun, 29 Jun 2025 15:15:51 +0800 Subject: [PATCH 2/9] fix:issue #40 --- Ink Canvas/MainWindow_cs/MW_AutoFold.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Ink Canvas/MainWindow_cs/MW_AutoFold.cs b/Ink Canvas/MainWindow_cs/MW_AutoFold.cs index ee0c69df..e9c244f9 100644 --- a/Ink Canvas/MainWindow_cs/MW_AutoFold.cs +++ b/Ink Canvas/MainWindow_cs/MW_AutoFold.cs @@ -91,6 +91,7 @@ namespace Ink_Canvas { RightBottomPanelForPPTNavigation.Visibility = Visibility.Collapsed; LeftSidePanelForPPTNavigation.Visibility = Visibility.Collapsed; RightSidePanelForPPTNavigation.Visibility = Visibility.Collapsed; + GridForFloatingBarDraging.Visibility = Visibility.Collapsed; ViewboxFloatingBarMarginAnimation(-60); HideSubPanels("cursor"); SidePannelMarginAnimation(-10); From b09afcf7250688684ee5fc825b3b994d77fe7b97 Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Sun, 29 Jun 2025 15:29:25 +0800 Subject: [PATCH 3/9] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=9D=BF=E6=93=A6?= =?UTF-8?q?=E9=9D=A2=E7=A7=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/MainWindow_cs/MW_FloatingBarIcons.cs | 2 +- Ink Canvas/MainWindow_cs/MW_SettingsToLoad.cs | 4 ++-- Ink Canvas/MainWindow_cs/MW_ShapeDrawing.cs | 2 +- Ink Canvas/MainWindow_cs/MW_TouchEvents.cs | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Ink Canvas/MainWindow_cs/MW_FloatingBarIcons.cs b/Ink Canvas/MainWindow_cs/MW_FloatingBarIcons.cs index 03ee2b5e..86629929 100644 --- a/Ink Canvas/MainWindow_cs/MW_FloatingBarIcons.cs +++ b/Ink Canvas/MainWindow_cs/MW_FloatingBarIcons.cs @@ -1502,7 +1502,7 @@ namespace Ink_Canvas { k = Settings.Canvas.EraserShapeType == 0 ? 1.25 : 1.2; break; case 4: - k = Settings.Canvas.EraserShapeType == 0 ? 1.8 : 1.6; + k = Settings.Canvas.EraserShapeType == 0 ? 1.5 : 1.3; break; } diff --git a/Ink Canvas/MainWindow_cs/MW_SettingsToLoad.cs b/Ink Canvas/MainWindow_cs/MW_SettingsToLoad.cs index 100de955..9f6adb19 100644 --- a/Ink Canvas/MainWindow_cs/MW_SettingsToLoad.cs +++ b/Ink Canvas/MainWindow_cs/MW_SettingsToLoad.cs @@ -485,7 +485,7 @@ namespace Ink_Canvas { k = 1.25; break; case 4: - k = 1.8; + k = 1.5; break; } @@ -506,7 +506,7 @@ namespace Ink_Canvas { k = 1.2; break; case 4: - k = 1.6; + k = 1.5; break; } diff --git a/Ink Canvas/MainWindow_cs/MW_ShapeDrawing.cs b/Ink Canvas/MainWindow_cs/MW_ShapeDrawing.cs index 84009390..656eb16e 100644 --- a/Ink Canvas/MainWindow_cs/MW_ShapeDrawing.cs +++ b/Ink Canvas/MainWindow_cs/MW_ShapeDrawing.cs @@ -521,7 +521,7 @@ namespace Ink_Canvas { k = 1.25; break; case 4: - k = 1.8; + k = 1.5; break; } diff --git a/Ink Canvas/MainWindow_cs/MW_TouchEvents.cs b/Ink Canvas/MainWindow_cs/MW_TouchEvents.cs index 0f302a29..516ca293 100644 --- a/Ink Canvas/MainWindow_cs/MW_TouchEvents.cs +++ b/Ink Canvas/MainWindow_cs/MW_TouchEvents.cs @@ -68,7 +68,7 @@ namespace Ink_Canvas { k = 1.25; break; case 4: - k = 1.8; + k = 1.5; break; } @@ -255,7 +255,7 @@ namespace Ink_Canvas { k = 1.25; break; case 4: - k = 1.8; + k = 1.5; break; } From 8547276549b0fd43465d082f56ff5b93ba147d80 Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Sun, 29 Jun 2025 15:35:28 +0800 Subject: [PATCH 4/9] =?UTF-8?q?fix:=E6=89=8B=E6=8E=8C=E6=93=A6=E9=9D=A2?= =?UTF-8?q?=E7=A7=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/MainWindow_cs/MW_TouchEvents.cs | 85 ++++++++++------------ 1 file changed, 37 insertions(+), 48 deletions(-) diff --git a/Ink Canvas/MainWindow_cs/MW_TouchEvents.cs b/Ink Canvas/MainWindow_cs/MW_TouchEvents.cs index 516ca293..d962f890 100644 --- a/Ink Canvas/MainWindow_cs/MW_TouchEvents.cs +++ b/Ink Canvas/MainWindow_cs/MW_TouchEvents.cs @@ -56,25 +56,10 @@ namespace Ink_Canvas { if ((Settings.Advanced.TouchMultiplier != 0 || !Settings.Advanced.IsSpecialScreen) //启用特殊屏幕且触摸倍数为 0 时禁用橡皮 && boundWidth > BoundsWidth * 2.5) { if (drawingShapeMode == 0 && forceEraser) return; - double k = 1; - switch (Settings.Canvas.EraserSize) { - case 0: - k = 0.5; - break; - case 1: - k = 0.8; - break; - case 3: - k = 1.25; - break; - case 4: - k = 1.5; - break; - } - - inkCanvas.EraserShape = new EllipseStylusShape(boundWidth * k * eraserMultiplier * 0.25, - boundWidth * k * eraserMultiplier * 0.25); + currentPalmEraserShape = GetPalmRectangleEraserShape(eraserMultiplier); + inkCanvas.EraserShape = currentPalmEraserShape; TouchDownPointsList[e.TouchDevice.Id] = InkCanvasEditingMode.EraseByPoint; + isLastTouchEraser = true; inkCanvas.EditingMode = InkCanvasEditingMode.EraseByPoint; } else { @@ -209,6 +194,34 @@ namespace Ink_Canvas { // 用于记录手掌擦的尺寸和形状 private StylusShape currentPalmEraserShape = null; + /// + /// 根据用户在设置面板中选择的橡皮大小,生成"手掌橡皮"默认的矩形黑板擦形状。 + /// 该形状大小不随触控面积等实时变化,仅受设置的橡皮大小影响。 + /// + /// 特殊屏幕触摸倍数修正系数 + /// RectangleStylusShape + private StylusShape GetPalmRectangleEraserShape(double multiplier = 1.0) { + double k = 1; + switch (Settings.Canvas.EraserSize) { + case 0: + k = 0.5; + break; + case 1: + k = 0.8; + break; + case 3: + k = 1.25; + break; + case 4: + k = 1.5; + break; + } + + // 参照圆形橡皮 k*90 的基准,将矩形宽度压缩到 0.6,保持高度一致 + double baseLen = k * 90 * multiplier; + return new RectangleStylusShape(baseLen * 0.6, baseLen); + } + private void Main_Grid_TouchDown(object sender, TouchEventArgs e) { // 确保触摸时显示自定义光标 if (Settings.Canvas.IsShowCursor) { @@ -243,35 +256,10 @@ namespace Ink_Canvas { isLastTouchEraser = true; if (drawingShapeMode == 0 && forceEraser) return; if (boundsWidth > BoundsWidth * 2.5) { - double k = 1; - switch (Settings.Canvas.EraserSize) { - case 0: - k = 0.5; - break; - case 1: - k = 0.8; - break; - case 3: - k = 1.25; - break; - case 4: - k = 1.5; - break; - } - - // 根据EraserShapeType设置合适的橡皮擦形状并保存 - if (Settings.Canvas.EraserShapeType == 0) { - // 圆形擦 - currentPalmEraserShape = new EllipseStylusShape(boundsWidth * k * eraserMultiplier, - boundsWidth * k * eraserMultiplier); - } else if (Settings.Canvas.EraserShapeType == 1) { - // 矩形黑板擦 - currentPalmEraserShape = new RectangleStylusShape(boundsWidth * k * eraserMultiplier * 0.6, - boundsWidth * k * eraserMultiplier); - } - + // 直接使用固定尺寸的矩形黑板擦形状,不随触控面积动态变化 + currentPalmEraserShape = GetPalmRectangleEraserShape(eraserMultiplier); inkCanvas.EraserShape = currentPalmEraserShape; - inkCanvas.EditingMode = InkCanvasEditingMode.EraseByPoint; + TouchDownPointsList[e.TouchDevice.Id] = InkCanvasEditingMode.EraseByPoint; } else { if (StackPanelPPTControls.Visibility == Visibility.Visible && inkCanvas.Strokes.Count == 0 && @@ -282,9 +270,10 @@ namespace Ink_Canvas { inkCanvas.Opacity = 0.1; } else { - currentPalmEraserShape = new EllipseStylusShape(5, 5); + // 手掌橡皮固定为矩形黑板擦,大小由设置决定 + currentPalmEraserShape = GetPalmRectangleEraserShape(eraserMultiplier); inkCanvas.EraserShape = currentPalmEraserShape; - inkCanvas.EditingMode = InkCanvasEditingMode.EraseByStroke; + TouchDownPointsList[e.TouchDevice.Id] = InkCanvasEditingMode.EraseByPoint; } } } From 200c299ce754359029f26b4b5764a705765a2efc Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Sun, 29 Jun 2025 15:45:18 +0800 Subject: [PATCH 5/9] =?UTF-8?q?fix:=E6=95=B0=E4=BD=8D=E7=AC=94=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/AssemblyInfo.cs | 4 ++-- Ink Canvas/MainWindow_cs/MW_FloatingBarIcons.cs | 4 ++-- Ink Canvas/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Ink Canvas/AssemblyInfo.cs b/Ink Canvas/AssemblyInfo.cs index c52e2153..250d5d27 100644 --- a/Ink Canvas/AssemblyInfo.cs +++ b/Ink Canvas/AssemblyInfo.cs @@ -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.0.1")] -[assembly: AssemblyFileVersion("1.7.0.1")] +[assembly: AssemblyVersion("1.7.0.2")] +[assembly: AssemblyFileVersion("1.7.0.2")] diff --git a/Ink Canvas/MainWindow_cs/MW_FloatingBarIcons.cs b/Ink Canvas/MainWindow_cs/MW_FloatingBarIcons.cs index 86629929..50a9a8ba 100644 --- a/Ink Canvas/MainWindow_cs/MW_FloatingBarIcons.cs +++ b/Ink Canvas/MainWindow_cs/MW_FloatingBarIcons.cs @@ -1444,7 +1444,7 @@ namespace Ink_Canvas { FloatingbarSelectionBG.Visibility = Visibility.Visible; System.Windows.Controls.Canvas.SetLeft(FloatingbarSelectionBG, 84); - forceEraser = true; + forceEraser = false; forcePointEraser = true; // 即使手掌触发过面积擦,也强制应用当前的EraserShapeType设置 @@ -1524,7 +1524,7 @@ namespace Ink_Canvas { FloatingbarSelectionBG.Visibility = Visibility.Visible; System.Windows.Controls.Canvas.SetLeft(FloatingbarSelectionBG, 112); - forceEraser = true; + forceEraser = false; forcePointEraser = false; inkCanvas.EraserShape = new EllipseStylusShape(5, 5); diff --git a/Ink Canvas/Properties/AssemblyInfo.cs b/Ink Canvas/Properties/AssemblyInfo.cs index 2f1690a3..814f646c 100644 --- a/Ink Canvas/Properties/AssemblyInfo.cs +++ b/Ink Canvas/Properties/AssemblyInfo.cs @@ -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.0.1")] -[assembly: AssemblyFileVersion("1.7.0.1")] +[assembly: AssemblyVersion("1.7.0.2")] +[assembly: AssemblyFileVersion("1.7.0.2")] From a5cffc5ea4d163daad8dbb6f7c74bb49b18852be Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Sun, 29 Jun 2025 15:58:21 +0800 Subject: [PATCH 6/9] Rename UpdateLog.txt to UpdateLog.md --- UpdateLog.txt => UpdateLog.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename UpdateLog.txt => UpdateLog.md (100%) diff --git a/UpdateLog.txt b/UpdateLog.md similarity index 100% rename from UpdateLog.txt rename to UpdateLog.md From 10c59fb4b408fe5423c6a7e1f73f8e59783aef5d Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Sun, 29 Jun 2025 15:59:31 +0800 Subject: [PATCH 7/9] Update UpdateLog.md --- UpdateLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UpdateLog.md b/UpdateLog.md index 2a2ec378..2e6e94e4 100644 --- a/UpdateLog.md +++ b/UpdateLog.md @@ -1 +1 @@ -1.更新了自动更新 +1. 更新了自动更新 From f53f23aa4bf3228faf14ad3672b23da5dcd29ccb Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Sun, 29 Jun 2025 16:00:37 +0800 Subject: [PATCH 8/9] =?UTF-8?q?improve:=E6=9B=B4=E6=96=B0=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/Helpers/AutoUpdateHelper.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Ink Canvas/Helpers/AutoUpdateHelper.cs b/Ink Canvas/Helpers/AutoUpdateHelper.cs index 3058aa97..ad4e9ae5 100644 --- a/Ink Canvas/Helpers/AutoUpdateHelper.cs +++ b/Ink Canvas/Helpers/AutoUpdateHelper.cs @@ -886,14 +886,14 @@ namespace Ink_Canvas.Helpers if (channel == UpdateChannel.Release) { // Release通道更新日志地址 - primaryUrl = "https://github.com/InkCanvasForClass/community/raw/refs/heads/beta/UpdateLog.txt"; - fallbackUrl = "https://bgithub.xyz/InkCanvasForClass/community/raw/refs/heads/main/UpdateLog.txt"; + primaryUrl = "https://github.com/InkCanvasForClass/community/raw/refs/heads/beta/UpdateLog.md"; + fallbackUrl = "https://bgithub.xyz/InkCanvasForClass/community/raw/refs/heads/main/UpdateLog.md"; } else { // Beta通道更新日志地址 - primaryUrl = "https://github.com/InkCanvasForClass/community-beta/raw/refs/heads/main/UpdateLog.txt"; - fallbackUrl = "https://bgithub.xyz/InkCanvasForClass/community-beta/raw/refs/heads/main/UpdateLog.txt"; + primaryUrl = "https://github.com/InkCanvasForClass/community-beta/raw/refs/heads/main/UpdateLog.md"; + fallbackUrl = "https://bgithub.xyz/InkCanvasForClass/community-beta/raw/refs/heads/main/UpdateLog.md"; } LogHelper.WriteLogToFile($"AutoUpdate | Getting update log from {channel} channel"); From 54982218f516221c1f22933b8eaccc72555340f2 Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Sun, 29 Jun 2025 16:25:32 +0800 Subject: [PATCH 9/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/AssemblyInfo.cs | 4 ++-- Ink Canvas/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ink Canvas/AssemblyInfo.cs b/Ink Canvas/AssemblyInfo.cs index 250d5d27..aef12ee1 100644 --- a/Ink Canvas/AssemblyInfo.cs +++ b/Ink Canvas/AssemblyInfo.cs @@ -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.0.2")] -[assembly: AssemblyFileVersion("1.7.0.2")] +[assembly: AssemblyVersion("1.7.0.3")] +[assembly: AssemblyFileVersion("1.7.0.3")] diff --git a/Ink Canvas/Properties/AssemblyInfo.cs b/Ink Canvas/Properties/AssemblyInfo.cs index 814f646c..1d6bf165 100644 --- a/Ink Canvas/Properties/AssemblyInfo.cs +++ b/Ink Canvas/Properties/AssemblyInfo.cs @@ -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.0.2")] -[assembly: AssemblyFileVersion("1.7.0.2")] +[assembly: AssemblyVersion("1.7.0.3")] +[assembly: AssemblyFileVersion("1.7.0.3")]