{CompanyName} FlexyGo

AutoUpdaterServiceClient..::..UpdateNewVersionAsync Method

Namespace:  FLEXYGO.FlexyGoServices
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


public Task UpdateNewVersionAsync(
	string projectName,
	string siteName,
	string currentPhysicalPath,
	string currentVirtualPath,
	string packageName,
	string packageRepoUrl,
	string currentVersion,
	string newVersion,
	bool forceUpdate,
	bool prereleaseVersions
)
Public Function UpdateNewVersionAsync ( _
	projectName As String, _
	siteName As String, _
	currentPhysicalPath As String, _
	currentVirtualPath As String, _
	packageName As String, _
	packageRepoUrl As String, _
	currentVersion As String, _
	newVersion As String, _
	forceUpdate As Boolean, _
	prereleaseVersions As Boolean _
) As Task

Parameters

projectName
Type: String
siteName
Type: String
currentPhysicalPath
Type: String
currentVirtualPath
Type: String
packageName
Type: String
packageRepoUrl
Type: String
currentVersion
Type: String
newVersion
Type: String
forceUpdate
Type: Boolean
prereleaseVersions
Type: Boolean