Pj.Library.Datastore
1.0.4.14
dotnet add package Pj.Library.Datastore --version 1.0.4.14
NuGet\Install-Package Pj.Library.Datastore -Version 1.0.4.14
<PackageReference Include="Pj.Library.Datastore" Version="1.0.4.14" />
paket add Pj.Library.Datastore --version 1.0.4.14
#r "nuget: Pj.Library.Datastore, 1.0.4.14"
// Install Pj.Library.Datastore as a Cake Addin
#addin nuget:?package=Pj.Library.Datastore&version=1.0.4.14
// Install Pj.Library.Datastore as a Cake Tool
#tool nuget:?package=Pj.Library.Datastore&version=1.0.4.14
Utilities to fasten the development
-Library
Extensions to the default .net system objects
Helpers for serialization, transform, compression, network and file transfer, database operations, logging
-Secure
Provides encryption and decryption
-Service
Cloud service support with google drive access and onedrive storage access
-ThirdParty
Excel read and write, csv file operations
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Dapper (>= 2.0.123)
- Microsoft.Data.Sqlite (>= 7.0.0)
- Microsoft.Data.Sqlite.Core (>= 7.0.0)
- Pj.Library (>= 1.0.4.14)
- System.Data.Odbc (>= 7.0.0)
- System.Data.SqlClient (>= 4.8.5)
- System.Data.SQLite (>= 1.0.116)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Pj.Library.Datastore:
Package | Downloads |
---|---|
Pj.Library.Mobile
Utilities to fasten the development -Library Extensions to the default .net system objects Helpers for serialization, transform, compression, network and file transfer, database operations, logging -Secure Provides encryption and decryption -Service Cloud service support with google drive access and onedrive storage access -ThirdParty Excel read and write, csv file operations |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.4.14 | 210 | 11/21/2022 |
1.0.4.13 | 209 | 11/15/2022 |
1.0.4.12 | 244 | 11/6/2022 |
1.0.4.11 | 399 | 9/1/2022 |
1.0.4.10 | 502 | 5/22/2022 |
1.0.4.9 | 510 | 5/16/2022 |
1.0.4.8 | 337 | 4/6/2022 |
1.0.4.7 | 342 | 4/3/2022 |
1.0.4.6 | 341 | 3/16/2022 |
1.0.4.5 | 348 | 3/16/2022 |
1.0.4.4 | 403 | 1/19/2022 |
1.0.4.3 | 162 | 1/9/2022 |
1.0.4.2 | 230 | 11/15/2021 |
1.0.4.1 | 239 | 11/7/2021 |
1.0.4 | 330 | 10/31/2021 |
1.0.3 | 327 | 7/3/2021 |
Release 1.0.3
- Split Datastore component. The data store functionality is now moved into Pj.Library.Datastore and reducing the packages on the Pj.Libarary
Release 1.0.2
- Updating packages
- Removing Cookie extension and adding into Selenium Essentials
- CsvHelper to latest version
- FluentAssertions replaced to reduce packages
Release 1.0.1
Updating packages
Release 1.0.0
Initial version of the utilities