AdoManager 1.1.85

Requires NuGet 2.8 or higher.

dotnet add package AdoManager --version 1.1.85
NuGet\Install-Package AdoManager -Version 1.1.85
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="AdoManager" Version="1.1.85">
  <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.
paket add AdoManager --version 1.1.85
#r "nuget: AdoManager, 1.1.85"
#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 AdoManager as a Cake Addin
#addin nuget:?package=AdoManager&version=1.1.85

// Install AdoManager as a Cake Tool
#tool nuget:?package=AdoManager&version=1.1.85

AdoManager is a .NET project for managing SQL Connection Strings and Ado.NET executions.
     Read connection strings from setting file as normal or encrypted mode, automatically.
     Share connections in environs of all projects as static.
     You can use Dapper ORM in DataAccessObject.

     for more informations: https://github.com/Behzadkhosravifar/AdoManager

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  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.
  • .NETFramework 4.5

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
1.1.85 1,625 10/21/2017
1.1.83 1,338 1/11/2017
1.1.80 1,061 1/10/2017
1.1.78 1,087 1/10/2017
1.1.77 1,068 1/10/2017
1.1.53 1,059 1/9/2017
1.1.50 1,256 6/6/2016
1.1.24 1,117 6/5/2016
1.1.21 1,170 5/28/2016
1.1.4 1,129 5/25/2016
1.0.3 1,168 5/12/2016

* Some Bug fixes.
* Remove TextTemplate dependency