Class VoloNugetPackagesVersionUpdater
Inheritance
VoloNugetPackagesVersionUpdater
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class VoloNugetPackagesVersionUpdater : ITransientDependency
Constructors
VoloNugetPackagesVersionUpdater(PackageVersionCheckerService, MyGetPackageListFinder)
Declaration
public VoloNugetPackagesVersionUpdater(PackageVersionCheckerService packageVersionCheckerService, MyGetPackageListFinder myGetPackageListFinder)
Parameters
Fields
DefaultEncoding
Declaration
public static Encoding DefaultEncoding
Field Value
Properties
Logger
Declaration
public ILogger<VoloNugetPackagesVersionUpdater> Logger { get; set; }
Property Value
Methods
SpecifiedVersionExists(string, string)
Declaration
protected virtual Task<bool> SpecifiedVersionExists(string version, string packageId)
Parameters
Returns
UpdateInternalAsync(string, bool, bool, bool)
Declaration
protected virtual Task UpdateInternalAsync(string projectPath, bool includeNightlyPreviews = false, bool includeReleaseCandidates = false, bool switchToStable = false)
Parameters
Type |
Name |
Description |
string |
projectPath |
|
bool |
includeNightlyPreviews |
|
bool |
includeReleaseCandidates |
|
bool |
switchToStable |
|
Returns
UpdateProjectAsync(string, bool, bool, bool, bool, string)
Declaration
public Task UpdateProjectAsync(string projectPath, bool includeNightlyPreviews = false, bool includeReleaseCandidates = false, bool switchToStable = false, bool checkAll = false, string version = null)
Parameters
Type |
Name |
Description |
string |
projectPath |
|
bool |
includeNightlyPreviews |
|
bool |
includeReleaseCandidates |
|
bool |
switchToStable |
|
bool |
checkAll |
|
string |
version |
|
Returns
UpdateSolutionAsync(string, bool, bool, bool, bool, string)
Declaration
public Task UpdateSolutionAsync(string solutionPath, bool includePreviews = false, bool includeReleaseCandidates = false, bool switchToStable = false, bool checkAll = false, string version = null)
Parameters
Type |
Name |
Description |
string |
solutionPath |
|
bool |
includePreviews |
|
bool |
includeReleaseCandidates |
|
bool |
switchToStable |
|
bool |
checkAll |
|
string |
version |
|
Returns
Implements
Extension Methods