diff --git a/PoweredSoft.Data.Core/PoweredSoft.Data.Core.csproj b/PoweredSoft.Data.Core/PoweredSoft.Data.Core.csproj index 4430021..281ebfe 100644 --- a/PoweredSoft.Data.Core/PoweredSoft.Data.Core.csproj +++ b/PoweredSoft.Data.Core/PoweredSoft.Data.Core.csproj @@ -2,7 +2,7 @@ netstandard2.0 - true + True Powered Softwares Inc. MIT https://github.com/PoweredSoft/Data @@ -11,6 +11,13 @@ powered,soft,orm,db,context,ef,ef6,efcore,factory 1.0.1 https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&r=g&d=retro + PoweredSoft.Data.Core + Library to abstract orm. + PoweredSoft.Data.Core + Added some methods to the factory to discovery primary keys of the TEntity. + False + PoweredSoft.Data.Core + PoweredSoft.Data.Core diff --git a/PoweredSoft.Data.EntityFrameworkCore/PoweredSoft.Data.EntityFrameworkCore.csproj b/PoweredSoft.Data.EntityFrameworkCore/PoweredSoft.Data.EntityFrameworkCore.csproj index 581a7b6..640749d 100644 --- a/PoweredSoft.Data.EntityFrameworkCore/PoweredSoft.Data.EntityFrameworkCore.csproj +++ b/PoweredSoft.Data.EntityFrameworkCore/PoweredSoft.Data.EntityFrameworkCore.csproj @@ -2,7 +2,7 @@ netcoreapp2.1 - true + True Powered Softwares Inc. MIT https://github.com/PoweredSoft/Data @@ -11,6 +11,13 @@ powered,soft,orm,db,context,ef,ef6,efcore,factory 1.0.1 https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&r=g&d=retro + PoweredSoft.Data.EntityFrameworkCore + the abstraction implementation for EF Core. + PoweredSoft.Data.EntityFrameworkCore + added support of resolve primary keys. + False + PoweredSoft.Data.EntityFrameworkCore + PoweredSoft.Data.EntityFrameworkCore