Skip to content

Commit 6b1b737

Browse files
committed
Fixed readme.md formatting.
1 parent f5ab16e commit 6b1b737

File tree

3 files changed

+28
-34
lines changed

3 files changed

+28
-34
lines changed

NETProvider/Provider/README.md

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,23 @@
33
# 10.0.3 Summary
44

55
# IMPORTANT - Do not use 10.0.2 if needing to make remote connections.
6-
7-
## Fixed bugs in connecting to remote databases and Asynchronously attaching to remote services.
8-
## Added support for Instance Name (Instance in the ConnectionString) for services
6+
* Fixed bugs in connecting to remote databases and Asynchronously attaching to remote services.
7+
* Added support for Instance Name (Instance in the ConnectionString) for services
98

109
# 10.0.2 Summary
1110

1211
## EFCore and primary driver brought up to Fb 10.x equivalent
1312

14-
## Better EFCore 8.0 support
15-
16-
## EFCOre is now .NET 8.0 only, if you need Net 6.0 support use 7.14.6 (which supports EFCore 6.0 also)
17-
18-
## Primary driver now supports Async calls.
19-
20-
## Primary driver now always treats ISC_DOUBLE as type double in .NET. Before it could be Decimal even though the .Value would always be a double. This can have backwards compatibility issues. It should only affect columns that started life in Dialect 1 and were Numeric(10+, 1+) and is either still D1 or the DB is now D3 but the column was never converted to a scaled integer.
13+
* Better EFCore 6.0 support
14+
* EFCore is now .NET 8.0 only, if you need Net 6.0 support use 7.14.6 (which supports EFCore 6.0 also)
15+
* Primary driver now supports Async calls.
16+
* Primary driver now always treats ISC_DOUBLE as type double in .NET. Before it could be Decimal even though the .Value would always be a double. This can have backwards compatibility issues. It should only affect columns that started life in Dialect 1 and were Numeric(10+, 1+) and is either still D1 or the DB is now D3 but the column was never converted to a scaled integer.
2117

2218
# 7.14.6 Summary
2319

24-
## Fixed MacOS determining and loading code, so should work on MAC both Default and Embedded
20+
* Fixed MacOS determining and loading code, so should work on MAC both Default and Embedded
2521

26-
# 7.14.0 Summery (released as part of 7.14.6)
22+
# 7.14.0 Summary (released as part of 7.14.6)
2723

2824
## Better Code page support.
2925
* if System.Text.Encoding.CodePages can be loaded the ANSI code pages are available when the data's code page is null. Previously high byte characters would fail assuming UTF8 could handle it.
@@ -37,14 +33,14 @@
3733

3834
More information at the following links:
3935

40-
* [Providers](Provider/readme.txt)
41-
* [ADO.NET provider](Provider/docs/ado-net.md)
42-
* [Entity Framework 6 provider](Provider/docs/entity-framework-6.md)
43-
* [Entity Framework Core provider](Provider/docs/entity-framework-core.md)
44-
* [Services - Backup](Provider/docs/services-backup.md)
45-
* [Events](Provider/docs/events.md)
46-
* [ADO.NET - Schema](Provider/docs/ado-net-schema.md)
47-
* [DDEX provider](DDEX/readme.txt)
36+
* [Providers](NETProvider/Provider/README.md)
37+
* [ADO.NET provider](NETProvider/Provider/docs/ado-net.md)
38+
* [Entity Framework 6 provider](NETProvider/Provider/docs/entity-framework-6.md)
39+
* [Entity Framework Core provider](NETProvider/Provider/docs/entity-framework-core.md)
40+
* [Services - Backup](NETProvider/Provider/docs/services-backup.md)
41+
* [Events](NETProvider/Provider/docs/events.md)
42+
* [ADO.NET - Schema](NETProvider/Provider/docs/ado-net-schema.md)
43+
* [DDEX provider](NETProvider/DDEX/readme.md)
4844

4945
| NuGets | Version | Downloads |
5046
|--------|---------|-----------|

NETProvider/README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# 10.0.3 Summary
44

55
# IMPORTANT - Do not use 10.0.2 if needing to make remote connections.
6-
7-
## Fixed bugs in connecting to remote databases and Asynchronously attaching to remote services.
8-
## Added support for Instance Name (Instance in the ConnectionString) for services
6+
* Fixed bugs in connecting to remote databases and Asynchronously attaching to remote services.
7+
* Added support for Instance Name (Instance in the ConnectionString) for services
98

109
# 10.0.2 Summary
1110

@@ -34,14 +33,14 @@
3433

3534
More information at the following links:
3635

37-
* [Providers](Provider/README.md)
38-
* [ADO.NET provider](Provider/docs/ado-net.md)
39-
* [Entity Framework 6 provider](Provider/docs/entity-framework-6.md)
40-
* [Entity Framework Core provider](Provider/docs/entity-framework-core.md)
41-
* [Services - Backup](Provider/docs/services-backup.md)
42-
* [Events](Provider/docs/events.md)
43-
* [ADO.NET - Schema](Provider/docs/ado-net-schema.md)
44-
* [DDEX provider](DDEX/readme.md)
36+
* [Providers](NETProvider/Provider/README.md)
37+
* [ADO.NET provider](NETProvider/Provider/docs/ado-net.md)
38+
* [Entity Framework 6 provider](NETProvider/Provider/docs/entity-framework-6.md)
39+
* [Entity Framework Core provider](NETProvider/Provider/docs/entity-framework-core.md)
40+
* [Services - Backup](NETProvider/Provider/docs/services-backup.md)
41+
* [Events](NETProvider/Provider/docs/events.md)
42+
* [ADO.NET - Schema](NETProvider/Provider/docs/ado-net-schema.md)
43+
* [DDEX provider](NETProvider/DDEX/readme.md)
4544

4645
| NuGets | Version | Downloads |
4746
|--------|---------|-----------|

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# 10.0.3 Summary
44

55
# IMPORTANT - Do not use 10.0.2 if needing to make remote connections.
6-
7-
## Fixed bugs in connecting to remote databases and Asynchronously attaching to remote services.
8-
## Added support for Instance Name (Instance in the ConnectionString) for services
6+
* Fixed bugs in connecting to remote databases and Asynchronously attaching to remote services.
7+
* Added support for Instance Name (Instance in the ConnectionString) for services
98

109
# 10.0.2 Summary
1110

0 commit comments

Comments
 (0)