DataJuggler.Net5 2.5.1

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

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

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 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos 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
3.0.6 9,498 9/17/2021
3.0.5 278 9/16/2021
3.0.4 288 9/16/2021
3.0.3 311 9/16/2021
3.0.2 302 9/15/2021
3.0.1 306 9/15/2021
3.0.0 310 8/11/2021
2.5.1 355 2/7/2021
2.5.0 382 12/4/2020

Version 2.5.1: I added 2 new methods to SQLDatabaseConnector for FindTable and FindTableIndex. It surprises me this doesn't exist somewhere in the app.

Version 2.5.0: This version converted the .Net Core version to .Net 5. All the different names confuse even me, so I am trying to get down to everything I keep working on is .Net 5.

     I added new properties named Tag to DataField, DataRow and DataTable classes. I use these fields in a new
     project I am working on called DataDiff, which will be used to find changes before and after something happens.

     I updated the reference to System.Data.SqlClient to 4.8.0
     I updated the reference to DataJuggler.UltimateHelper.Core to version 1.1.4