DataJuggler.DBCompare 5.0.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package DataJuggler.DBCompare --version 5.0.9
NuGet\Install-Package DataJuggler.DBCompare -Version 5.0.9
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="DataJuggler.DBCompare" Version="5.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataJuggler.DBCompare --version 5.0.9
#r "nuget: DataJuggler.DBCompare, 5.0.9"
#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.
// Install DataJuggler.DBCompare as a Cake Addin
#addin nuget:?package=DataJuggler.DBCompare&version=5.0.9

// Install DataJuggler.DBCompare as a Cake Tool
#tool nuget:?package=DataJuggler.DBCompare&version=5.0.9

My website below uses many of my Nuget packages: https://pixeldatabase.net A Free Online Text Based Image Editor.

Please visit my YouTube channel and subscribe if you haven't already, as I make new videos often:

My YouTube channel has videos about C#, Blazor, me learning Python for 3D animation, 3D animation using IClone, Microsoft Flight Simulator and More. https://www.youtube.com/channel/UCaw0joqvisKr3lYJ9Pd2vHA

I make announcements on Twitter when new versions are released, follow me: Data_Juggler

And I have over three dozen projects on GitHub: github.com/DataJuggler

Thanks,

Corby / Data Juggler

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net7.0-windows was computed.  net8.0-windows 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
8.0.0 212 11/15/2023
7.0.2 164 7/29/2023
5.0.9 448 2/7/2021
5.0.8 341 1/31/2021
5.0.7 306 1/30/2021
5.0.6 311 1/30/2021
5.0.5 335 1/30/2021
5.0.4 300 1/29/2021
5.0.3 288 1/29/2021
5.0.2 333 1/29/2021
5.0.1 295 1/29/2021
5.0.0 303 1/29/2021

Version 5.0.9 - I created a Generate Scripts Button that shows after a Comparison. For now it only creates the Fields that are missing. I will work on this over time. All fields are created as a nullable. If you need to change that, you can change the SQL that is copied to your clipboard.

Version 5.0.8 - I added a link to a video I just made for this project in the ReadMe.txt that opens.

Version 5.0.7 - The text was out of date. I need to convert the text to pull from the binary version number, or remember to enter the text when I update.

Version 5.0.6 - The YouTube Button showed up on the Form, but the background image didn't make it. Now this is fixed. I should have checked for this when I fixed the Swap Button. Oops.

Version 5.0.5 - The Swap Button showed up on the Form, but the background image didn't make it. Now this is fixed.

Version 5.0.4 - Testing including a ReadMe that opens with the project. (Worked)

Version 5.0.3 - It turns out the Label text is set in the Init method of the Main Form.
It is fixed now.

Version 5.0.2 - I left the version # as 2 something on the Main Form. Now it is up to date.
I now know this works! New video coming soon.

Version 5.0.1  - I had an image path that was in my Graphics folder, not in the project folder.

This is the 1st version for .Net 5. This project has been ported from .Net Framework, and this is the 1st
attempt as a Nuget package.