Skip to content

Corrections of ReadMe files of different projects #390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ to server-side UPDATE or DELETE commands.

Prerequisites
-------------
DataObjects.Net 6.0.x (http://dataobjects.net)
DataObjects.Net 7.0.x (http://dataobjects.net)


Examples of usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This implies that localizable resources are a part of domain model so they are s

Prerequisites
-------------
DataObjects.Net 6.0.x or later (http://dataobjects.net)
DataObjects.Net 7.0.x or later (http://dataobjects.net)

Implementation
--------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The extension provides integration points between DataObjects.Net internal loggi
Prerequisites
-------------

DataObjects.Net 6.0.x (http://dataobjects.net)
DataObjects.Net 7.0.x (http://dataobjects.net)
NLog 4.5 or later (http://nlog-project.org)

Implementation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The extension provides integration points between DataObjects.Net internal loggi

Prerequisites
-------------
DataObjects.Net 6.0.x (http://dataobjects.net)
DataObjects.Net 7.0.x (http://dataobjects.net)
log4net 2.0.10 or later (http://logging.apache.org/log4net/)

Implementation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ should represent a separate block of logic, usually a delegate of a method and b

Prerequisites
-------------
DataObjects.Net 6.0.x (http://dataobjects.net)
DataObjects.Net 7.0.x (http://dataobjects.net)

Examples of usage
-----------------
Expand Down
2 changes: 1 addition & 1 deletion Extensions/Xtensive.Orm.Security/NugetContent/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ There are 2 main parts that can also be used separately: authentication services

Prerequisites
-------------
DataObjects.Net 6.0.x or later (http://dataobjects.net)
DataObjects.Net 7.0.x or later (http://dataobjects.net)

How to use
----------
Expand Down
5 changes: 2 additions & 3 deletions Extensions/Xtensive.Orm.Tracking/NugetContent/ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
=====================
Xtensive.Orm.Tracking
Xtensive.Orm.Tracking
=====================

Summary
Expand All @@ -8,7 +7,7 @@ Provides tracking/auditing funtionality on Session/Domain level.

Prerequisites
-------------
DataObjects.Net Core 0.1 or later (http://dataobjects.net)
DataObjects.Net 7.0.x or later (http://dataobjects.net)

Implementation
--------------
Expand Down
2 changes: 1 addition & 1 deletion Orm/Xtensive.Orm.MySql/NuGetContent/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The provider is responsible for interactions with MySQL database - information about features and types the storage supports, low level communications, translation of SqlDom queries to native SQL text queries.

For now it supports MySQL 5.5, 5.6
For now it supports MySQL 5.5, 5.6, 5.7

### Usage

Expand Down