-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: version bump and docs fixed (#97)
- Loading branch information
Showing
7 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# BB84.EntityFrameworkCore.Entities.Abstractions | ||
|
||
This package contains frequently used base model abstractions. | ||
This package only contains the entity abstractions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# BB84.EntityFrameworkCore.Entities | ||
|
||
This package contains frequently used model implementations of their respective abstractions. | ||
This package contains the standard implementation of the entity abstractions. |
2 changes: 1 addition & 1 deletion
2
src/BB84.EntityFrameworkCore.Repositories.Abstractions/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# BB84.EntityFrameworkCore.Repositories.Abstractions | ||
|
||
This package contains frequently used repository abstractions. | ||
This package contains the standard repository abstractions. |
4 changes: 2 additions & 2 deletions
4
src/BB84.EntityFrameworkCore.Repositories.SqlServer/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# BB84.EntityFrameworkCore | ||
# BB84.EntityFrameworkCore.Repositories.SqlServer | ||
|
||
This package contains configurations and extensions for the use of EntityFrameworkCore with SqlServer. | ||
This package contains frequently used sql server configuration base classes and various extension methods. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# BB84.EntityFrameworkCore.Repositories | ||
|
||
This package contains frequently used repository implementations of their respective abstractions. | ||
This package contains the standard repository implementations of the corresponding abstractions. |