Skip to content

Commit

Permalink
Merge pull request #20 from Ali-YousefiTelori/develop
Browse files Browse the repository at this point in the history
Fix namespace
  • Loading branch information
Ali-YousefiTelori authored Aug 10, 2023
2 parents 3bd77d8 + 9986508 commit 6b5b846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.0.1</Version>
<Version>0.0.0.2</Version>
<Description>ef core of Relational database.</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>core,cores,base,database,ef,efcore,Relational</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using EasyMicroservices.Cores.Interfaces;
using Microsoft.EntityFrameworkCore;

namespace EasyMicroservices.Cores.Sql.EntityFrameworkCore
namespace EasyMicroservices.Cores.Relational.EntityFrameworkCore
{
/// <summary>
///
Expand Down

0 comments on commit 6b5b846

Please sign in to comment.