Skip to content

Commit 15bf5c7

Browse files
authored
Merge pull request #390 from DataObjects-NET/7.0-readme-corrections
Corrections of ReadMe files of different projects
2 parents bcc4620 + b3723b7 commit 15bf5c7

File tree

8 files changed

+9
-10
lines changed
  • Extensions
    • Xtensive.Orm.BulkOperations/NugetContent
    • Xtensive.Orm.Localization/NugetContent
    • Xtensive.Orm.Logging.NLog/NugetContent
    • Xtensive.Orm.Logging.log4net/NugetContent
    • Xtensive.Orm.Reprocessing/NugetContent
    • Xtensive.Orm.Security/NugetContent
    • Xtensive.Orm.Tracking/NugetContent
  • Orm/Xtensive.Orm.MySql/NuGetContent

8 files changed

+9
-10
lines changed

Extensions/Xtensive.Orm.BulkOperations/NugetContent/ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to server-side UPDATE or DELETE commands.
88

99
Prerequisites
1010
-------------
11-
DataObjects.Net 6.0.x (http://dataobjects.net)
11+
DataObjects.Net 7.0.x (http://dataobjects.net)
1212

1313

1414
Examples of usage

Extensions/Xtensive.Orm.Localization/NugetContent/ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This implies that localizable resources are a part of domain model so they are s
88

99
Prerequisites
1010
-------------
11-
DataObjects.Net 6.0.x or later (http://dataobjects.net)
11+
DataObjects.Net 7.0.x or later (http://dataobjects.net)
1212

1313
Implementation
1414
--------------

Extensions/Xtensive.Orm.Logging.NLog/NugetContent/ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The extension provides integration points between DataObjects.Net internal loggi
88
Prerequisites
99
-------------
1010

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

1414
Implementation

Extensions/Xtensive.Orm.Logging.log4net/NugetContent/ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The extension provides integration points between DataObjects.Net internal loggi
77

88
Prerequisites
99
-------------
10-
DataObjects.Net 6.0.x (http://dataobjects.net)
10+
DataObjects.Net 7.0.x (http://dataobjects.net)
1111
log4net 2.0.10 or later (http://logging.apache.org/log4net/)
1212

1313
Implementation

Extensions/Xtensive.Orm.Reprocessing/NugetContent/ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ should represent a separate block of logic, usually a delegate of a method and b
88

99
Prerequisites
1010
-------------
11-
DataObjects.Net 6.0.x (http://dataobjects.net)
11+
DataObjects.Net 7.0.x (http://dataobjects.net)
1212

1313
Examples of usage
1414
-----------------

Extensions/Xtensive.Orm.Security/NugetContent/ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ There are 2 main parts that can also be used separately: authentication services
88

99
Prerequisites
1010
-------------
11-
DataObjects.Net 6.0.x or later (http://dataobjects.net)
11+
DataObjects.Net 7.0.x or later (http://dataobjects.net)
1212

1313
How to use
1414
----------

Extensions/Xtensive.Orm.Tracking/NugetContent/ReadMe.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
=====================
2-
Xtensive.Orm.Tracking
1+
Xtensive.Orm.Tracking
32
=====================
43

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

98
Prerequisites
109
-------------
11-
DataObjects.Net Core 0.1 or later (http://dataobjects.net)
10+
DataObjects.Net 7.0.x or later (http://dataobjects.net)
1211

1312
Implementation
1413
--------------

Orm/Xtensive.Orm.MySql/NuGetContent/ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
For now it supports MySQL 5.5, 5.6
5+
For now it supports MySQL 5.5, 5.6, 5.7
66

77
### Usage
88

0 commit comments

Comments
 (0)