DataJuggler.Net5
2.5.0
See the version list below for details.
dotnet add package DataJuggler.Net5 --version 2.5.0
NuGet\Install-Package DataJuggler.Net5 -Version 2.5.0
<PackageReference Include="DataJuggler.Net5" Version="2.5.0" />
paket add DataJuggler.Net5 --version 2.5.0
#r "nuget: DataJuggler.Net5, 2.5.0"
// Install DataJuggler.Net5 as a Cake Addin #addin nuget:?package=DataJuggler.Net5&version=2.5.0 // Install DataJuggler.Net5 as a Cake Tool #tool nuget:?package=DataJuggler.Net5&version=2.5.0
I am in the process of updating DataTier.Net to .Net 5, and this library had to be updated.
All the code has worked for over 10 - 15 years, so it all should work in .Net 5.
Product | Versions 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. |
-
net5.0
- DataJuggler.Net5.Cryptography (>= 1.5.0)
- DataJuggler.UltimateHelper (>= 1.5.1)
- System.Data.SqlClient (>= 4.8.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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