From 2881d649bf8fdacf9bb5d71b6135d785096f6cc3 Mon Sep 17 00:00:00 2001 From: David Lebee Date: Tue, 12 Nov 2019 18:40:54 -0600 Subject: [PATCH] v2 --- PoweredSoft.Data.Core/PoweredSoft.Data.Core.csproj | 2 +- .../PoweredSoft.Data.EntityFramework.csproj | 2 +- .../PoweredSoft.Data.EntityFrameworkCore.csproj | 2 +- PoweredSoft.Data.MongoDB/PoweredSoft.Data.MongoDB.csproj | 2 +- PoweredSoft.Data/PoweredSoft.Data.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PoweredSoft.Data.Core/PoweredSoft.Data.Core.csproj b/PoweredSoft.Data.Core/PoweredSoft.Data.Core.csproj index fbc7ebb..65b6bcf 100644 --- a/PoweredSoft.Data.Core/PoweredSoft.Data.Core.csproj +++ b/PoweredSoft.Data.Core/PoweredSoft.Data.Core.csproj @@ -9,7 +9,7 @@ https://github.com/PoweredSoft/Data github powered,soft,orm,db,context,ef,ef6,efcore,factory - 2.0.0 + 2.0.0$(VersionSuffix) https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&r=g&d=retro PoweredSoft.Data.Core Library to abstract orm. diff --git a/PoweredSoft.Data.EntityFramework/PoweredSoft.Data.EntityFramework.csproj b/PoweredSoft.Data.EntityFramework/PoweredSoft.Data.EntityFramework.csproj index 7cc79af..0724451 100644 --- a/PoweredSoft.Data.EntityFramework/PoweredSoft.Data.EntityFramework.csproj +++ b/PoweredSoft.Data.EntityFramework/PoweredSoft.Data.EntityFramework.csproj @@ -8,7 +8,7 @@ https://github.com/PoweredSoft/Data github powered,soft,orm,db,context,ef,ef6,efcore,factory - 2.0.0 + 2.0.0$(VersionSuffix) https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&r=g&d=retro PoweredSoft.Data.EntityFramework the abstraction implementation for EF Core. diff --git a/PoweredSoft.Data.EntityFrameworkCore/PoweredSoft.Data.EntityFrameworkCore.csproj b/PoweredSoft.Data.EntityFrameworkCore/PoweredSoft.Data.EntityFrameworkCore.csproj index a015e34..f5d740c 100644 --- a/PoweredSoft.Data.EntityFrameworkCore/PoweredSoft.Data.EntityFrameworkCore.csproj +++ b/PoweredSoft.Data.EntityFrameworkCore/PoweredSoft.Data.EntityFrameworkCore.csproj @@ -9,7 +9,7 @@ https://github.com/PoweredSoft/Data github powered,soft,orm,db,context,ef,ef6,efcore,factory - 2.0.0 + 2.0.0$(VersionSuffix) https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&r=g&d=retro PoweredSoft.Data.EntityFrameworkCore the abstraction implementation for EF Core. diff --git a/PoweredSoft.Data.MongoDB/PoweredSoft.Data.MongoDB.csproj b/PoweredSoft.Data.MongoDB/PoweredSoft.Data.MongoDB.csproj index 521dcae..a320fb9 100644 --- a/PoweredSoft.Data.MongoDB/PoweredSoft.Data.MongoDB.csproj +++ b/PoweredSoft.Data.MongoDB/PoweredSoft.Data.MongoDB.csproj @@ -9,7 +9,7 @@ https://github.com/PoweredSoft/Data github powered,soft,async,queryable,handler - 1.1.3 + 2.0.0$(VersionSuffix) https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&r=g&d=retro PoweredSoft.Data.MongoDB the abstraction implementation for MongoDB. diff --git a/PoweredSoft.Data/PoweredSoft.Data.csproj b/PoweredSoft.Data/PoweredSoft.Data.csproj index 9c87bad..42a1977 100644 --- a/PoweredSoft.Data/PoweredSoft.Data.csproj +++ b/PoweredSoft.Data/PoweredSoft.Data.csproj @@ -9,7 +9,7 @@ https://github.com/PoweredSoft/Data github async,queryable,handler,service,di - 2.0.0 + 2.0.0$(VersionSuffix) https://secure.gravatar.com/avatar/4e32f73820c16718909a06c2927f1f8b?s=512&r=g&d=retro PoweredSoft.Data Library to abstract orm.