Carfup.XTBPlugins.DeltaStepsBetweenEnvironments 1.2019.11.12

dotnet add package Carfup.XTBPlugins.DeltaStepsBetweenEnvironments --version 1.2019.11.12
                    
NuGet\Install-Package Carfup.XTBPlugins.DeltaStepsBetweenEnvironments -Version 1.2019.11.12
                    
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="Carfup.XTBPlugins.DeltaStepsBetweenEnvironments" Version="1.2019.11.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Carfup.XTBPlugins.DeltaStepsBetweenEnvironments" Version="1.2019.11.12" />
                    
Directory.Packages.props
<PackageReference Include="Carfup.XTBPlugins.DeltaStepsBetweenEnvironments" />
                    
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 Carfup.XTBPlugins.DeltaStepsBetweenEnvironments --version 1.2019.11.12
                    
#r "nuget: Carfup.XTBPlugins.DeltaStepsBetweenEnvironments, 1.2019.11.12"
                    
#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.
#:package Carfup.XTBPlugins.DeltaStepsBetweenEnvironments@1.2019.11.12
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Carfup.XTBPlugins.DeltaStepsBetweenEnvironments&version=1.2019.11.12
                    
Install as a Cake Addin
#tool nuget:?package=Carfup.XTBPlugins.DeltaStepsBetweenEnvironments&version=1.2019.11.12
                    
Install as a Cake Tool

XTBPlugins.DeltaStepsBetweenEnvironments

Build status

This plugin will allow you to compare the same solution on two different environments in order to find out if some plugin steps are missing.

If any are missing then you have the possibility to copy one from one environment to the other (! you need to have the plugin created because being able to copy the step).

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2019.11.12 33,967 11/20/2019
1.2019.11.11 1,174 11/15/2019
1.2018.12.10 15,271 12/10/2018
1.2018.5.9 19,152 5/30/2018
1.2018.1.8 18,428 1/26/2018
1.2018.1.7 1,788 1/26/2018
1.2017.12.5 13,902 12/21/2017
1.2017.11.4 32,277 11/21/2017
1.2017.6.1 71,496 6/14/2017

1.2019.11.12
Feature to export the results into an excel sheet ! (thanks to Daryl Labar)
Ability to compare the entire organization besides the solutions and assembly. (thanks to Daryl Labar)
Ability to view the details of a step by double clicking on it.
Fixed the compare solution and assembly.
Fixed the copy of step between environment, and it's now copying image as well if wanted.
Various bug fixing and improvement.

1.2018.12.10
Bug fixing

1.2018.5.9
Added Help screen to explain how the plugin should be used.
Sorting of the results is now possible.
You can now compare steps from a Solution or an Assembly.
You can now copy a step directly to a custom solution (if you are in Solution mode) or to default one.
Ability to delete a step from an environment (irreversible).
Improved code in the background.

1.2018.1.7/8
Functionality to copy a step from one environment to the other.
Allow the plugin to log anonymous data, in order to improve the most used features and develop the others.
Various bug fix and improvements.

1.2017.12.5
Fixed unexpected error while clicking on compare button but not having selected a solution.

1.2017.11.3
Fix resizing of the components.
Improved background processes.
Fix unwanted behaviors on the form.
Improved visibility and error messages.

1.2017.6.1
Find out if there is differences about your plugin steps between two of your environments.