PackageMigrationTester 1.8.0

dotnet add package PackageMigrationTester --version 1.8.0
                    
NuGet\Install-Package PackageMigrationTester -Version 1.8.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="PackageMigrationTester" Version="1.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PackageMigrationTester" Version="1.8.0" />
                    
Directory.Packages.props
<PackageReference Include="PackageMigrationTester" />
                    
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 PackageMigrationTester --version 1.8.0
                    
#r "nuget: PackageMigrationTester, 1.8.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=PackageMigrationTester&version=1.8.0
                    
Install PackageMigrationTester as a Cake Addin
#tool nuget:?package=PackageMigrationTester&version=1.8.0
                    
Install PackageMigrationTester as a Cake Tool

Umbraco package that helps you test package migrations without having to install a complete package over and over again. Simply install this package. Select the package name from an overview select the migration you want to test and use up/down to test the migrations.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.0 673 3/19/2019
1.0.1 1,010 4/24/2018
1.0.0 967 4/23/2018

- Initial release