Simply.Common
1.5.0
See the version list below for details.
dotnet add package Simply.Common --version 1.5.0
NuGet\Install-Package Simply.Common -Version 1.5.0
<PackageReference Include="Simply.Common" Version="1.5.0" />
paket add Simply.Common --version 1.5.0
#r "nuget: Simply.Common, 1.5.0"
// Install Simply.Common as a Cake Addin #addin nuget:?package=Simply.Common&version=1.5.0 // Install Simply.Common as a Cake Tool #tool nuget:?package=Simply.Common&version=1.5.0
Supports common operations.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. 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. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Simply.Common:
Package | Downloads |
---|---|
Simply.Data
Supports IDbConnection operations. |
|
Simply.Crud
Supports IDbConnection operations. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.16.0 | 115 | 5/27/2024 |
1.15.0 | 121 | 2/6/2024 |
1.14.0 | 119 | 1/15/2024 |
1.13.0 | 95 | 1/15/2024 |
1.12.0 | 263 | 12/4/2023 |
1.11.0 | 246 | 9/15/2023 |
1.10.0 | 508 | 4/10/2023 |
1.9.0 | 397 | 4/7/2023 |
1.8.0 | 392 | 3/28/2023 |
1.7.0 | 1,070 | 2/13/2023 |
1.6.0 | 308 | 2/1/2023 |
1.5.0 | 290 | 2/1/2023 |
1.4.0 | 331 | 1/27/2023 |
1.3.0 | 674 | 8/27/2022 |
1.2.0 | 1,947 | 8/10/2022 |
1.1.0 | 1,124 | 7/30/2022 |
1.0.1 | 673 | 7/28/2022 |
1.0.0 | 685 | 7/27/2022 |
ISimpleDefinitorFactory DefinitorFactory property added into ISimpleDatabase interface and SimpleDatabase class.
SimpleDbRowExtensions class added into project. DataExtensions class arranged.
GetColumns, GetColumnsReverse methods added into ISimpleDefinitor interface and AttributeDefinitor class.
DbConnectionTypeBuilder class arranged. DynamicExtensions removed.
TypeExtensions class renamed to SimpleTypeExtensions. Methods which use GetCustomAttribute extension method, removed from GenericExtensions, PropertyExtension, SimpleTypeExtensions classes.
System.ComponentModel.DataAnnotations reference removed.