diff --git a/TrasferimentoProgrammiOkuma.App/Form1.vb b/TrasferimentoProgrammiOkuma.App/Form1.vb index 02946ed..204d57f 100644 --- a/TrasferimentoProgrammiOkuma.App/Form1.vb +++ b/TrasferimentoProgrammiOkuma.App/Form1.vb @@ -485,6 +485,21 @@ Public Class Form1 End If End If + If visibleText(i) = ControlChars.Cr Then + builder.Append(vbCrLf) + i += 1 + If i < visibleText.Length AndAlso visibleText(i) = ControlChars.Lf Then + i += 1 + End If + Continue While + End If + + If visibleText(i) = ControlChars.Lf Then + builder.Append(vbCrLf) + i += 1 + Continue While + End If + builder.Append(visibleText(i)) i += 1 End While diff --git a/TrasferimentoProgrammiOkuma.App/Properties/PublishProfiles/GiteaClickOnce.pubxml b/TrasferimentoProgrammiOkuma.App/Properties/PublishProfiles/GiteaClickOnce.pubxml index 9e81d6d..a245f87 100644 --- a/TrasferimentoProgrammiOkuma.App/Properties/PublishProfiles/GiteaClickOnce.pubxml +++ b/TrasferimentoProgrammiOkuma.App/Properties/PublishProfiles/GiteaClickOnce.pubxml @@ -16,9 +16,9 @@ LMEMoxaTransfer Compomac SPA Compomac SPA - 1.0.9.0 + 1.0.10.0 true - 1.0.9.0 + 1.0.10.0 true false true diff --git a/TrasferimentoProgrammiOkuma.App/TrasferimentoProgrammiOkuma.App.vbproj b/TrasferimentoProgrammiOkuma.App/TrasferimentoProgrammiOkuma.App.vbproj index 8dda7e8..a8e1ae6 100644 --- a/TrasferimentoProgrammiOkuma.App/TrasferimentoProgrammiOkuma.App.vbproj +++ b/TrasferimentoProgrammiOkuma.App/TrasferimentoProgrammiOkuma.App.vbproj @@ -9,7 +9,7 @@ LMEMoxaTransfer Compomac SPA Livio Merola - 1.0.9.0 + 1.0.10.0 Assets\app-icon.ico Sub Main true diff --git a/clickonce/LMEMoxaTransfer.application b/clickonce/LMEMoxaTransfer.application index 92d18ab..3346163 100644 --- a/clickonce/LMEMoxaTransfer.application +++ b/clickonce/LMEMoxaTransfer.application @@ -1,8 +1,8 @@  - + - + @@ -14,14 +14,14 @@ - - + + - pfICV5hky5ibqD6bYNkhCcsymhrvUozB9IfFBFH+v/U= + SSOitd5nOvFxH0O/BiqGPdSyt0tk22Nc8XC+0apx+SM= diff --git a/clickonce/LMEMoxaTransfer.deps.json b/clickonce/LMEMoxaTransfer.deps.json index c386589..df3f404 100644 --- a/clickonce/LMEMoxaTransfer.deps.json +++ b/clickonce/LMEMoxaTransfer.deps.json @@ -7,7 +7,7 @@ "targets": { ".NETCoreApp,Version=v8.0": {}, ".NETCoreApp,Version=v8.0/win-x64": { - "LMEMoxaTransfer/1.0.9.0": { + "LMEMoxaTransfer/1.0.10.0": { "dependencies": { "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "8.0.29", "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "8.0.29" @@ -964,7 +964,7 @@ } }, "libraries": { - "LMEMoxaTransfer/1.0.9.0": { + "LMEMoxaTransfer/1.0.10.0": { "type": "project", "serviceable": false, "sha512": "" diff --git a/clickonce/LMEMoxaTransfer.dll b/clickonce/LMEMoxaTransfer.dll index 210d2e9..5683789 100644 Binary files a/clickonce/LMEMoxaTransfer.dll and b/clickonce/LMEMoxaTransfer.dll differ diff --git a/clickonce/LMEMoxaTransfer.dll.manifest b/clickonce/LMEMoxaTransfer.dll.manifest index 22e19de..aa63753 100644 --- a/clickonce/LMEMoxaTransfer.dll.manifest +++ b/clickonce/LMEMoxaTransfer.dll.manifest @@ -1,6 +1,6 @@  - + @@ -321,7 +321,7 @@ - XgS3n3DywzpUDh4ekWa2UFfUcieY2GOtgpIF2IFV7oY= + Zbu/xHg5atv7vYdLyDX0UqbnwI2NiztFYtWSZJfyuEg= @@ -330,7 +330,7 @@ - SKegoBKVfKv3O85jC4CrX3zxZaCNg9pz4rZ8Nzt6cfs= + hwnc89XnL/TR7BwqZI6g3XKjvsKmxxwkXG8X5fUcq3Y= diff --git a/clickonce/LMEMoxaTransfer.exe b/clickonce/LMEMoxaTransfer.exe index 534037d..b2786bf 100644 Binary files a/clickonce/LMEMoxaTransfer.exe and b/clickonce/LMEMoxaTransfer.exe differ diff --git a/clickonce/LMEMoxaTransfer.pdb b/clickonce/LMEMoxaTransfer.pdb index a38d5e4..fe17a03 100644 Binary files a/clickonce/LMEMoxaTransfer.pdb and b/clickonce/LMEMoxaTransfer.pdb differ