Skip to content

Update ProjectPackage

apobekiaris edited this page Sep 4, 2020 · 8 revisions

external help file: XpandPwsh-help.xml Module Name: XpandPwsh schema: 2.0.0

Update-ProjectPackage

SYNOPSIS

Calls the Update-NugetPackage cmdlet from inside VS Package Manager Console

SYNTAX

VSPkgManager

Update-ProjectPackage -Project <__ComObject> [-Filter <String>] [-Version <String>] [<CommonParameters>]

Path

Update-ProjectPackage -Path <String> [-Filter <String>] [-Version <String>] [<CommonParameters>]

DESCRIPTION

Calls the Update-NugetPackage cmdlet from inside VS Package Manager Console

EXAMPLES

Example 1

PS C:\> Get-Project|Update-ProjectPackage -Filter Xpand.XAF*

Updates all Xpand.XAF NuGet in the Solution to their latest versions.

PARAMETERS

-Filter

{{ Fill Filter Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Path

{{ Fill Path Description }}

Type: String
Parameter Sets: Path
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Project

{{ Fill Project Description }}

Type: __ComObject
Parameter Sets: VSPkgManager
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Version

{{ Fill Version Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.__ComObject

System.String

OUTPUTS

System.Object

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally