CacheRepository 1.3.3
See the version list below for details.
dotnet add package CacheRepository --version 1.3.3
NuGet\Install-Package CacheRepository -Version 1.3.3
<PackageReference Include="CacheRepository" Version="1.3.3" />
paket add CacheRepository --version 1.3.3
#r "nuget: CacheRepository, 1.3.3"
// Install CacheRepository as a Cake Addin #addin nuget:?package=CacheRepository&version=1.3.3 // Install CacheRepository as a Cake Tool #tool nuget:?package=CacheRepository&version=1.3.3
Fast and configurable repository implementation for multiple types of data sources.
Product | Versions 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. |
-
- DapperExtensions (>= 1.4.0)
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.6.1 | 1,339 | 10/18/2017 |
1.6.0 | 1,022 | 10/18/2017 |
1.5.10 | 1,032 | 10/16/2017 |
1.5.9 | 1,011 | 10/14/2017 |
1.5.6 | 1,037 | 10/13/2017 |
1.5.5 | 1,015 | 10/12/2017 |
1.5.4 | 1,498 | 12/21/2015 |
1.5.3 | 1,160 | 12/17/2015 |
1.5.2 | 1,185 | 12/17/2015 |
1.5.1 | 1,159 | 12/17/2015 |
1.5.0 | 1,222 | 12/16/2015 |
1.4.0 | 1,384 | 9/29/2015 |
1.3.19 | 1,299 | 9/28/2015 |
1.3.18 | 1,291 | 9/28/2015 |
1.3.17 | 1,317 | 9/28/2015 |
1.3.16 | 1,287 | 9/28/2015 |
1.3.15 | 1,349 | 9/28/2015 |
1.3.14 | 1,331 | 9/28/2015 |
1.3.13 | 1,302 | 9/25/2015 |
1.3.12 | 1,679 | 2/12/2015 |
1.3.11 | 1,480 | 2/12/2015 |
1.3.10 | 1,486 | 2/12/2015 |
1.3.9 | 1,517 | 1/23/2014 |
1.3.8 | 1,314 | 1/23/2014 |
1.3.7 | 1,430 | 1/23/2014 |
1.3.6 | 1,395 | 12/20/2013 |
1.3.5 | 1,421 | 9/13/2013 |
1.3.4 | 1,412 | 9/13/2013 |
1.3.3 | 1,456 | 9/13/2013 |
1.3.2 | 1,352 | 9/13/2013 |
1.3.1 | 1,514 | 1/28/2013 |
1.3.0 | 1,444 | 1/22/2013 |
1.2.0 | 1,466 | 1/21/2013 |
1.1.0 | 1,504 | 1/18/2013 |
1.0.0 | 1,586 | 1/16/2013 |
[1.3.3] Updated the nuspec
[1.3.2] Created the SqlWithPassThruConnectionAndTransactionConnectionResolver as a way to use this library with an existing IDbConnection and IDbTransaction.
[1.3.1] Updated FubuCore to 1.0.0.225 version.
[1.3] Added the ability to insert lines into existing text files by either overwriting or appending.
[1.2] Expanded the FileRepository's API to now allow you to insert lines into text files.
[1.1] Made entity id configuration not necessary for most cases.
[1.0] This is the initial release of the library.