SimplePersistence.Model
3.0.3
See the version list below for details.
dotnet add package SimplePersistence.Model --version 3.0.3
NuGet\Install-Package SimplePersistence.Model -Version 3.0.3
<PackageReference Include="SimplePersistence.Model" Version="3.0.3" />
paket add SimplePersistence.Model --version 3.0.3
#r "nuget: SimplePersistence.Model, 3.0.3"
// Install SimplePersistence.Model as a Cake Addin #addin nuget:?package=SimplePersistence.Model&version=3.0.3 // Install SimplePersistence.Model as a Cake Tool #tool nuget:?package=SimplePersistence.Model&version=3.0.3
Library with helper interfaces and classes to provide consistency across application models. Implementations are ORM compatible and should be usable in most databases.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. 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. |
.NETPlatform | dotnet is compatible. |
DNXCore | dnxcore50 is compatible. |
Windows Store | win is compatible. |
-
.NETCore 4.5
- System.Runtime (>= 4.0.0)
- System.Runtime.InteropServices (>= 4.0.0)
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETPlatform 5.0
- System.Runtime (>= 4.0.0)
- System.Runtime.InteropServices (>= 4.0.0)
-
DNXCore 5.0
- System.Runtime (>= 4.0.0)
- System.Runtime.InteropServices (>= 4.0.0)
-
Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SimplePersistence.Model:
Package | Downloads |
---|---|
SimplePersistence.Model.EF
SimplePersistence.Model.EF extends the SimplePersistence.Model package by exposing dedicated Entity Framework 6 extension methods and classes. |
|
SimplePersistence.Model.EFCore
SimplePersistence.Model.EFCore extends the SimplePersistence.Model package by exposing dedicated Entity Framework Core extension methods and classes. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.3.0 | 6,044 | 7/2/2016 |
3.2.1 | 1,425 | 5/29/2016 |
3.2.0 | 1,198 | 5/16/2016 |
3.1.0 | 1,248 | 3/30/2016 |
3.0.3 | 1,234 | 3/16/2016 |
3.0.2 | 1,341 | 2/11/2016 |
3.0.1 | 1,204 | 2/10/2016 |
3.0.0 | 1,299 | 2/8/2016 |
3.0.0-rc1 | 1,019 | 2/5/2016 |
3.0.0-beta | 1,013 | 2/3/2016 |
2.0.0 | 1,183 | 7/20/2015 |
1.0.2 | 1,259 | 6/24/2015 |
1.0.1 | 1,010 | 6/8/2015 |
1.0.0 | 980 | 6/8/2015 |
0.9.0-beta | 1,131 | 4/7/2015 |
Removed dependency on Microsoft.CSharp