Proggasoft.Data
4.0.0
dotnet add package Proggasoft.Data --version 4.0.0
NuGet\Install-Package Proggasoft.Data -Version 4.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="Proggasoft.Data" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Proggasoft.Data --version 4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Proggasoft.Data, 4.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 Proggasoft.Data as a Cake Addin #addin nuget:?package=Proggasoft.Data&version=4.0.0 // Install Proggasoft.Data as a Cake Tool #tool nuget:?package=Proggasoft.Data&version=4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This is data library for proggasoft projects.
Product | Versions 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.
-
.NETFramework 4.5
- Newtonsoft.Json (>= 6.0.2)
- Ninject (>= 3.2.2)
- Proggasoft.Diagnosis (>= 2.0.0)
- Proggasoft.Utility (>= 2.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Proggasoft.Data:
Package | Downloads |
---|---|
Proggasoft.Mvc
This is mvc library for proggasoft projects. |
|
Proggasoft.Data.SqlServer
This is sql server data related library for proggasoft projects. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 1,191 | 6/4/2017 |
3.0.0.1 | 1,328 | 9/26/2016 |
3.0.0 | 1,096 | 9/8/2016 |
2.0.5418 | 1,290 | 9/26/2016 |
2.0.5417 | 1,060 | 7/10/2016 |
2.0.5416 | 1,310 | 10/30/2014 |
2.0.5380 | 1,176 | 9/24/2014 |
2.0.5367 | 1,108 | 9/23/2014 |
2.0.5366 | 1,150 | 9/10/2014 |
2.0.5351 | 1,173 | 8/30/2014 |
2.0.5350 | 1,088 | 8/26/2014 |
2.0.5349 | 1,162 | 8/24/2014 |
2.0.5335 | 1,122 | 8/13/2014 |
2.0.5334 | 1,169 | 8/8/2014 |
2.0.5333 | 1,148 | 8/8/2014 |
2.0.5241 | 1,152 | 5/8/2014 |
2.0.5235 | 1,142 | 5/2/2014 |
2.0.0 | 1,385 | 4/17/2014 |
1.10.1 | 1,342 | 4/17/2014 |
1.10.0 | 1,292 | 4/10/2014 |
1.0.9 | 1,358 | 4/10/2014 |
1.0.8 | 1,158 | 3/7/2014 |
1.0.7 | 1,213 | 3/1/2014 |
1.0.6 | 1,245 | 2/28/2014 |
1.0.5 | 1,190 | 2/28/2014 |
1.0.4 | 1,184 | 2/28/2014 |
1.0.3 | 1,181 | 2/26/2014 |
In this realease we fixed a bug where the foriegn key was taking the child class name for getting data but was searching for base class name for insert and update data.