NuGetPackageUpdater 1.0.0

dotnet add package NuGetPackageUpdater --version 1.0.0
                    
NuGet\Install-Package NuGetPackageUpdater -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NuGetPackageUpdater" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NuGetPackageUpdater" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="NuGetPackageUpdater" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NuGetPackageUpdater --version 1.0.0
                    
#r "nuget: NuGetPackageUpdater, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=NuGetPackageUpdater&version=1.0.0
                    
Install NuGetPackageUpdater as a Cake Addin
#tool nuget:?package=NuGetPackageUpdater&version=1.0.0
                    
Install NuGetPackageUpdater as a Cake Tool

Deprecated in NuGet v1.4 -
NuGetPackageUpdater - global update of a package in a solution or all packages that have updates. This applies a global update of packages to your solution.
Every project that is using a package is upgraded to the latest.
Please run 'Update-Package' to upgrade all packages to current version.
Please run 'Update-Package packageName' to upgrade just one package.
| Based on https://gist.github.com/747529
| Related to https://nuget.codeplex.com/workitem/913

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 2,129 6/21/2011