DataJuggler.Core.UltimateHelper 1.5.0

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

// Install DataJuggler.Core.UltimateHelper as a Cake Tool
#tool nuget:?package=DataJuggler.Core.UltimateHelper&version=1.5.0

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

https://www.youtube.com/channel/UCaw0joqvisKr3lYJ9Pd2vHA

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

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

Thanks,

Data Juggler

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  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.

This package has no dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on DataJuggler.Core.UltimateHelper:

Package Downloads
DataJuggler.Net

Advanced code generation for C# developers. DataJuggler.Net reads SQL Server database schema, and powers DataTier.Net and DBCompare and other projects.

DataJuggler.Net.Cryptography

This package is a port of DataJuggler.Core.Cryptography for dot net core. It uses using Konscious.Security.Cryptography.Argon2 by Keef Aragaon.

XmlMirror.Runtime

This is the runtime file for XmlMirror. The project home is https://github.com/DataJuggler/SharedRepo. This file must be deployed with any Xml Mirror project that involves parsers and / or writers.

DataJuggler.PixelDatabase.Net

PixelDatabase is a List of PixelInformation objects, that you can use LINQ expressions or Bitmap Query Language expressions to update images.

DataJuggler.Tutorials.PasswordVault

This project contains a demo form and control used for a tutorial video.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.7.1 200 7/30/2023
1.7.0 123 7/30/2023
1.6.0 2,672 2/19/2022
1.5.0 10,853 1/9/2020
1.4.10 572 12/20/2019
1.4.9 551 12/19/2019
1.4.8 564 12/18/2019
1.4.7 585 12/18/2019
1.4.6 580 12/11/2019
1.4.5 591 12/6/2019
1.4.4 581 12/6/2019
1.4.3 597 12/5/2019
1.4.2 617 12/5/2019
1.4.1 577 12/5/2019
1.3.11 1,054 12/4/2019
1.3.10 544 12/4/2019
1.3.9 731 9/29/2019
1.3.8 563 9/29/2019
1.3.6 1,800 9/19/2019
1.3.5 3,100 8/21/2019
1.3.4 862 8/12/2019
1.3.3 3,038 8/2/2019
1.3.2 1,551 6/2/2019
1.3.1 655 6/2/2019
1.3.0 2,159 5/27/2019
1.1.0 1,590 1/12/2015

Version 1.5.0 - I am in the process of moving CryptographyHelper to its own package for the .Net Framework. I didn't like all the baggage the Konscious.Security and Argon libraries
     added to this package, so I removed CryptographyHelper. I also broke ConfigurationHelper if you had any encrypted values, so DataTier.Net has to change, but the change is for the best.
     Version 1.4.9 - I added a verifyRetries optional parameter to GeneratePasswordHash. It really should be manditory.
     Version 1.4.8 - I updated CryptographyHelper to have try catches around everything.