Skip to content

Commit 8a5880b

Browse files
committed
Fixing nuget README.
1 parent 91619f6 commit 8a5880b

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

src/EFCore.MySql.Json.Microsoft/docs/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
_Pomelo.EntityFrameworkCore.MySql.Json.Microsoft_ adds JSON support for `System.Text.Json` (the Microsoft JSON stack) to [Pomelo.EntityFrameworkCore.MySql](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql).
44

5+
6+
## DISCLAIMER!!!
7+
This is a fast moving version of [Pomelo.EntityFrameworkCore.MySql.Json.Microsoft](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql.Json.Microsoft) intented to follow .net release cycle closely!
8+
There are no intentions for this package to implement new features. Feature requests needs to be directed at the originating [Github repository](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql)
9+
510
## How to Use
611

712
```csharp
@@ -22,4 +27,5 @@ _Pomelo.EntityFrameworkCore.MySql.Json.Microsoft_ is released as open source und
2227

2328
## Feedback
2429

25-
Bug reports and contributions are welcome at our [GitHub repository](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql).
30+
Checkout the originating [Github repository](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql) before filing any new issues.
31+
Bug reports and contributions are welcome at our [GitHub repository](https://github.com/microting/Pomelo.EntityFrameworkCore.MySql).

src/EFCore.MySql.Json.Newtonsoft/docs/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
_Pomelo.EntityFrameworkCore.MySql.Json.Newtonsoft_ adds JSON support for `Newtonsoft.Json` (the Newtonsoft JSON/Json.NET stack) to [Pomelo.EntityFrameworkCore.MySql](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql).
44

5+
6+
## DISCLAIMER!!!
7+
This is a fast moving version of [Pomelo.EntityFrameworkCore.MySql.Json.Newtonsoft](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql.Json.Newtonsoft) intented to follow .net release cycle closely!
8+
There are no intentions for this package to implement new features. Feature requests needs to be directed at the originating [Github repository](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql)
9+
510
## How to Use
611

712
```csharp
@@ -22,4 +27,5 @@ _Pomelo.EntityFrameworkCore.MySql.Json.Newtonsoft_ is released as open source un
2227

2328
## Feedback
2429

25-
Bug reports and contributions are welcome at our [GitHub repository](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql).
30+
Checkout the originating [Github repository](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql) before filing any new issues.
31+
Bug reports and contributions are welcome at our [GitHub repository](https://github.com/microting/Pomelo.EntityFrameworkCore.MySql).

src/EFCore.MySql.NTS/docs/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
_Pomelo.EntityFrameworkCore.MySql.NetTopologySuite_ adds spatial support for [NetTopologySuite](https://github.com/NetTopologySuite/NetTopologySuite) to [Pomelo.EntityFrameworkCore.MySql](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql).
44

5+
6+
## DISCLAIMER!!!
7+
This is a fast moving version of [Pomelo.EntityFrameworkCore.MySql.NetTopologySuite](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql.NetTopologySuite) intented to follow .net release cycle closely!
8+
There are no intentions for this package to implement new features. Feature requests needs to be directed at the originating [Github repository](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql)
9+
510
## How to Use
611

712
```csharp
@@ -22,4 +27,5 @@ _Pomelo.EntityFrameworkCore.MySql.NetTopologySuite_ is released as open source u
2227

2328
## Feedback
2429

25-
Bug reports and contributions are welcome at our [GitHub repository](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql).
30+
Checkout the originating [Github repository](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql) before filing any new issues.
31+
Bug reports and contributions are welcome at our [GitHub repository](https://github.com/microting/Pomelo.EntityFrameworkCore.MySql).

src/EFCore.MySql/docs/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ _Pomelo.EntityFrameworkCore.MySql_ is the Entity Framework Core (EF Core) provid
44

55
It is build on top of [MySqlConnector](https://github.com/mysql-net/MySqlConnector).
66

7+
## DISCLAIMER!!!
8+
This is a fast moving version of [Pomelo.EntityFrameworkCore.MySql](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql) intented to follow .net release cycle closely!
9+
There are no intentions for this package to implement new features. Feature requests needs to be directed at the originating [Github repository](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql)
10+
711
## How to Use
812

913
```csharp
@@ -57,4 +61,5 @@ _Pomelo.EntityFrameworkCore.MySql_ is released as open source under the [MIT lic
5761

5862
## Feedback
5963

60-
Bug reports and contributions are welcome at our [GitHub repository](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql).
64+
Checkout the originating [Github repository](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql) before filing any new issues.
65+
Bug reports and contributions are welcome at our [GitHub repository](https://github.com/microting/Pomelo.EntityFrameworkCore.MySql).

0 commit comments

Comments
 (0)