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,193 | 6/4/2017 |
3.0.0.1 | 1,330 | 9/26/2016 |
3.0.0 | 1,098 | 9/8/2016 |
2.0.5418 | 1,292 | 9/26/2016 |
2.0.5417 | 1,062 | 7/10/2016 |
2.0.5416 | 1,312 | 10/30/2014 |
2.0.5380 | 1,178 | 9/24/2014 |
2.0.5367 | 1,110 | 9/23/2014 |
2.0.5366 | 1,152 | 9/10/2014 |
2.0.5351 | 1,175 | 8/30/2014 |
2.0.5350 | 1,090 | 8/26/2014 |
2.0.5349 | 1,164 | 8/24/2014 |
2.0.5335 | 1,124 | 8/13/2014 |
2.0.5334 | 1,171 | 8/8/2014 |
2.0.5333 | 1,150 | 8/8/2014 |
2.0.5241 | 1,154 | 5/8/2014 |
2.0.5235 | 1,144 | 5/2/2014 |
2.0.0 | 1,387 | 4/17/2014 |
1.10.1 | 1,344 | 4/17/2014 |
1.10.0 | 1,294 | 4/10/2014 |
1.0.9 | 1,360 | 4/10/2014 |
1.0.8 | 1,160 | 3/7/2014 |
1.0.7 | 1,215 | 3/1/2014 |
1.0.6 | 1,247 | 2/28/2014 |
1.0.5 | 1,192 | 2/28/2014 |
1.0.4 | 1,186 | 2/28/2014 |
1.0.3 | 1,183 | 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.