-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- due to inability for existing installers to update.
- Loading branch information
1 parent
9f0f441
commit 868ab0d
Showing
22 changed files
with
71 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
SolidCP.Installer/Sources/SolidCP.Installer.Core/Properties/Settings.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ler/Sources/SolidCP.Installer.Core/Web References/InstallerService/InstallerService.disco
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/"> | ||
<contractRef ref="https://installer.solidcp.com/Services/InstallerService-1.0.asmx?wsdl" docRef="https://installer.solidcp.com/Services/InstallerService-1.0.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> | ||
<soap address="https://installer.solidcp.com/Services/InstallerService-1.0.asmx" xmlns:q1="https://installer.solidcp.com/services" binding="q1:InstallerServiceSoap" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> | ||
<soap address="https://installer.solidcp.com/Services/InstallerService-1.0.asmx" xmlns:q2="https://installer.solidcp.com/services" binding="q2:InstallerServiceSoap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> | ||
<contractRef ref="http://installer.solidcp.com/Services/InstallerService-1.0.asmx?wsdl" docRef="http://installer.solidcp.com/Services/InstallerService-1.0.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" /> | ||
<soap address="http://installer.solidcp.com/Services/InstallerService-1.0.asmx" xmlns:q1="http://installer.solidcp.com/services" binding="q1:InstallerServiceSoap" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> | ||
<soap address="http://installer.solidcp.com/Services/InstallerService-1.0.asmx" xmlns:q2="http://installer.solidcp.com/services" binding="q2:InstallerServiceSoap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" /> | ||
</discovery> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...CP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/Reference.map
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<DiscoveryClientResultsFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<Results> | ||
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="https://installer.solidcp.com/Services/InstallerService-1.0.asmx?wsdl" filename="InstallerService.wsdl" /> | ||
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="https://installer.solidcp.com/Services/InstallerService-1.0.asmx?disco" filename="InstallerService.disco" /> | ||
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://installer.solidcp.com/Services/InstallerService-1.0.asmx?wsdl" filename="InstallerService.wsdl" /> | ||
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://installer.solidcp.com/Services/InstallerService-1.0.asmx?disco" filename="InstallerService.disco" /> | ||
</Results> | ||
</DiscoveryClientResultsFile> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.