vyigity.ProjectBase 4.2.0

dotnet add package vyigity.ProjectBase --version 4.2.0
                    
NuGet\Install-Package vyigity.ProjectBase -Version 4.2.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="vyigity.ProjectBase" Version="4.2.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="vyigity.ProjectBase" Version="4.2.0" />
                    
Directory.Packages.props
<PackageReference Include="vyigity.ProjectBase">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add vyigity.ProjectBase --version 4.2.0
                    
#r "nuget: vyigity.ProjectBase, 4.2.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.
#addin nuget:?package=vyigity.ProjectBase&version=4.2.0
                    
Install as a Cake Addin
#tool nuget:?package=vyigity.ProjectBase&version=4.2.0
                    
Install as a Cake Tool

ProjectBase is a .NET toolkit for rapid application development. This project includes basic, extendible, interface oriented low level data access and utility codes. Aim of this project is to start a software project in a immediate and reliable way using database independent code interfaces and PL/SQL like transaction management. PB supports Oracle (Managed-Unmanaged Provider), SqlServer, MySql, Oledb and PostgreSQL. PB supports asynchronous programming with v4.0.0-beta

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

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
4.2.0 2,141 1/3/2020
4.1.1 2,393 8/25/2018
4.1.0 2,146 8/5/2018
4.0.0 2,619 3/25/2018
4.0.0-beta 2,339 3/17/2018
3.0.0 2,623 12/23/2017
2.4.3 3,162 12/5/2017
2.4.2 2,480 12/3/2017
2.0.3 2,924 11/25/2017
2.0.2 2,653 11/16/2017
2.0.0 2,368 11/15/2017
1.1.1 2,654 10/20/2017
1.1.0 2,446 10/20/2017
1.0.2 2,662 10/17/2017
1.0.0 2,649 10/17/2017

Oracle unmanaged driver support is deprecated. Sql Server provider transaction bug is resolved.