DataJuggler.Tutorials.PasswordVault.Data.ObjectLibrary 1.0.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DataJuggler.Tutorials.PasswordVault.Data.ObjectLibrary --version 1.0.0
NuGet\Install-Package DataJuggler.Tutorials.PasswordVault.Data.ObjectLibrary -Version 1.0.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.Tutorials.PasswordVault.Data.ObjectLibrary" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataJuggler.Tutorials.PasswordVault.Data.ObjectLibrary --version 1.0.0
#r "nuget: DataJuggler.Tutorials.PasswordVault.Data.ObjectLibrary, 1.0.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.Tutorials.PasswordVault.Data.ObjectLibrary as a Cake Addin
#addin nuget:?package=DataJuggler.Tutorials.PasswordVault.Data.ObjectLibrary&version=1.0.0

// Install DataJuggler.Tutorials.PasswordVault.Data.ObjectLibrary as a Cake Tool
#tool nuget:?package=DataJuggler.Tutorials.PasswordVault.Data.ObjectLibrary&version=1.0.0

I am adding the DataTier created in a tutorial for DataTier.Net.

Please visit https://github.com/DataJuggler to view all my open source projects.

DataTier.Net An Entity Framework alternative that uses all stored procedures https://github.com/DataJuggler/DataTier.Net

Password Vault A one table sample project for DataTier.Net and part of a tutorial video (coming soon). https://github.com/DataJuggler/PasswordVault

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 (1)

Showing the top 1 NuGet packages that depend on DataJuggler.Tutorials.PasswordVault.Data.ObjectLibrary:

Package Downloads
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

I am adding the data tier to the project so people not following along in the tutorial can use Password Vault by just modifying program.cs to run the MainForm in PasswordVault.Forms