Memorizza azienda selezionata e aggiorna ClickOnce
This commit is contained in:
@@ -428,6 +428,11 @@ Public Class Form1
|
||||
End If
|
||||
|
||||
Dim company = CurrentCompany()
|
||||
If Not String.Equals(appConfig.DefaultCompany, company.Name, StringComparison.Ordinal) Then
|
||||
appConfig.DefaultCompany = company.Name
|
||||
SaveConfig()
|
||||
End If
|
||||
|
||||
loadingSelection = True
|
||||
cboMacchina.Items.Clear()
|
||||
For Each machine In company.Machines
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
<ProductName>LMEMoxaTransfer</ProductName>
|
||||
<PublisherName>Compomac SPA</PublisherName>
|
||||
<SuiteName>Compomac SPA</SuiteName>
|
||||
<ApplicationVersion>1.0.4.0</ApplicationVersion>
|
||||
<ApplicationVersion>1.0.5.0</ApplicationVersion>
|
||||
<UpdateRequired>true</UpdateRequired>
|
||||
<MinimumRequiredVersion>1.0.4.0</MinimumRequiredVersion>
|
||||
<MinimumRequiredVersion>1.0.5.0</MinimumRequiredVersion>
|
||||
<GenerateManifests>true</GenerateManifests>
|
||||
<PublishSingleFile>false</PublishSingleFile>
|
||||
<SelfContained>true</SelfContained>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<AssemblyTitle>LMEMoxaTransfer</AssemblyTitle>
|
||||
<Company>Compomac SPA</Company>
|
||||
<Authors>Livio Merola</Authors>
|
||||
<Version>1.0.4.0</Version>
|
||||
<Version>1.0.5.0</Version>
|
||||
<ApplicationIcon>Assets\app-icon.ico</ApplicationIcon>
|
||||
<StartupObject>Sub Main</StartupObject>
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<assemblyIdentity name="LMEMoxaTransfer.application" version="1.0.4.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<assemblyIdentity name="LMEMoxaTransfer.application" version="1.0.5.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<description asmv2:publisher="Compomac SPA" co.v1:suiteName="Compomac SPA" asmv2:product="LMEMoxaTransfer" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<deployment install="true" minimumRequiredVersion="1.0.4.0">
|
||||
<deployment install="true" minimumRequiredVersion="1.0.5.0">
|
||||
<subscription>
|
||||
<update>
|
||||
<beforeApplicationStartup />
|
||||
@@ -15,13 +15,13 @@
|
||||
</compatibleFrameworks>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" codebase="LMEMoxaTransfer.dll.manifest" size="108976">
|
||||
<assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.4.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.5.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>DUK6//i3d7p7ZxfK9tnlwy20/cHa1tfO6QhMFQSNrg8=</dsig:DigestValue>
|
||||
<dsig:DigestValue>LUY2ptxSFoDL+WjYOi2LPVBg/PGNJN8aZ3otAyFtETI=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {},
|
||||
".NETCoreApp,Version=v8.0/win-x64": {
|
||||
"LMEMoxaTransfer/1.0.4.0": {
|
||||
"LMEMoxaTransfer/1.0.5.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.4.0": {
|
||||
"LMEMoxaTransfer/1.0.5.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
|
||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<asmv1:assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.4.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<asmv1:assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.5.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<description asmv2:iconFile="Assets\app-icon.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<application />
|
||||
<entryPoint>
|
||||
@@ -315,13 +315,13 @@
|
||||
<dsig:DigestValue>yJ3y5ECYB7uvuObMawI53X3eO2J8qP27QuUvy6Mqb6Q=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="LMEMoxaTransfer.dll" size="70144">
|
||||
<file name="LMEMoxaTransfer.dll" size="70656">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>eIKXuArpX3ywqsmLtexrbF42v4F228jGDWEEULq8vzY=</dsig:DigestValue>
|
||||
<dsig:DigestValue>Nv4qL0FVotwOp0qThwBv1Tr1b8IhUz9qpLou6U+mSrk=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="LMEMoxaTransfer.exe" size="161280">
|
||||
@@ -330,7 +330,7 @@
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>/bFoPe4rslHU8bEmC52pAViHas/ZwDPzQcoqssS4P+g=</dsig:DigestValue>
|
||||
<dsig:DigestValue>SicNxJyLSgEXGUJXoUjrisAwN6uPc8rDwLl7ieFjeF4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Microsoft.CSharp.dll" size="1005352">
|
||||
@@ -414,7 +414,7 @@
|
||||
<dsig:DigestValue>sZjGIzog9fT6j23tnTaLSPJHGZAmXvXUWBdLMar2GKQ=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="mscordaccore.dll" size="1348480">
|
||||
<file name="mscordaccore_amd64_amd64_8.0.2926.32403.dll" size="1348480">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
@@ -423,7 +423,7 @@
|
||||
<dsig:DigestValue>FWQhK5u1Xh2gT7WcaIVMiJ3swmOxIGy7QqnLOY168Jg=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="mscordaccore_amd64_amd64_8.0.2926.32403.dll" size="1348480">
|
||||
<file name="mscordaccore.dll" size="1348480">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
@@ -495,6 +495,51 @@
|
||||
<dsig:DigestValue>Hc/AY3blweRkk1+xrkon/8FzeE/58Bcs8lgH56DzV5g=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="PresentationFramework-SystemCore.dll" size="38736">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>tlLpReRp+dP+mZTFLsfLwrKNhXeHwlBNg/yDuhjZVCc=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="PresentationFramework-SystemData.dll" size="34600">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>wFt4p+vpms1y5joXs3PWvqB1xreYOkTSmDs39AQ3saw=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="PresentationFramework-SystemDrawing.dll" size="34600">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>OSSDPVWslS/jmKm+AmdttN6ErJY5QT0HZt89kiabm7I=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="PresentationFramework-SystemXml.dll" size="34600">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>Lvcjf2JKt+G7YM9DmaoZToyBodIzlMnuRUDpM/vl5SI=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="PresentationFramework-SystemXmlLinq.dll" size="30544">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>d87pcnSHEmWX8LDKAAHYFY6GrOlyArkheYBgI/Ht/5M=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="PresentationFramework.Aero.dll" size="444200">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
@@ -558,51 +603,6 @@
|
||||
<dsig:DigestValue>p5sHmQ8kwKBSguiKmJT85OtwHwKW80QMO0BX+41EAHE=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="PresentationFramework-SystemCore.dll" size="38736">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>tlLpReRp+dP+mZTFLsfLwrKNhXeHwlBNg/yDuhjZVCc=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="PresentationFramework-SystemData.dll" size="34600">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>wFt4p+vpms1y5joXs3PWvqB1xreYOkTSmDs39AQ3saw=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="PresentationFramework-SystemDrawing.dll" size="34600">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>OSSDPVWslS/jmKm+AmdttN6ErJY5QT0HZt89kiabm7I=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="PresentationFramework-SystemXml.dll" size="34600">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>Lvcjf2JKt+G7YM9DmaoZToyBodIzlMnuRUDpM/vl5SI=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="PresentationFramework-SystemXmlLinq.dll" size="30544">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>d87pcnSHEmWX8LDKAAHYFY6GrOlyArkheYBgI/Ht/5M=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="PresentationNative_cor3.dll" size="1235280">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user