Skip to content

Commit 383a660

Browse files
authored
(CommunityToolkit#309) Added Cosmos, Mongo, and OpenApi libraries (CommunityToolkit#311)
1 parent 3dd858e commit 383a660

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,13 @@ The following NuGet packages have been published:
5050
| [CommunityToolkit.Datasync.Server] | ![Core Library Version][vs-core] | ![Core Library Downloads][ds-core] |
5151
| [CommunityToolkit.Datasync.Server.Abstractions] | ![Abstractions Library Version][vs-abstractions] | ![Abstractions Library Downloads][ds-abstractions] |
5252
| [CommunityToolkit.Datasync.Server.Automapper] | ![Automapper Library Version][vs-automapper] | ![Automapper Library Downloads][ds-automapper] |
53+
| [CommunityToolkit.Datasync.Server.CosmosDB] | ![CosmosDB Library Version][vs-cosmosdb] | ![CosmosDB Library Downloads][ds-cosmosdb] |
5354
| [CommunityToolkit.Datasync.Server.EntityFrameworkCore] | ![EFCore Library Version][vs-efcore] | ![EFCore Library Downloads][ds-efcore] |
5455
| [CommunityToolkit.Datasync.Server.InMemory] | ![InMemory Library Version][vs-inmemory] | ![InMemory Library Downloads][ds-inmemory] |
5556
| [CommunityToolkit.Datasync.Server.LiteDb] | ![LiteDb Library Version][vs-litedb] | ![LiteDb Library Downloads][ds-litedb] |
57+
| [CommunityToolkit.Datasync.Server.MongoDB] | ![MongoDB Library Version][vs-mongodb] | ![MongoDB Library Downloads][ds-mongodb] |
5658
| [CommunityToolkit.Datasync.Server.NSwag] | ![NSwag Library Version][vs-nswag] | ![NSwag Library Downloads][ds-nswag] |
59+
| [CommunityToolkit.Datasync.Server.OpenApi] | ![OpenApi Library Version][vs-openapi] | ![OpenApi Library Downloads][ds-openapi] |
5760
| [CommunityToolkit.Datasync.Server.Swashbuckle] | ![Swashbuckle Library Version][vs-swashbuckle] | ![Swashbuckle Library Downloads][ds-swashbuckle] |
5861

5962
## Running Live Tests
@@ -102,30 +105,39 @@ The Datasync Toolkit used to be known as Azure Mobile Apps. You can find the co
102105
[CommunityToolkit.Datasync.Server]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Server
103106
[CommunityToolkit.Datasync.Server.Abstractions]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Server.Abstractions
104107
[CommunityToolkit.Datasync.Server.Automapper]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Server.Automapper
108+
[CommunityToolkit.Datasync.Server.CosmosDB]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Server.CosmosDB
105109
[CommunityToolkit.Datasync.Server.EntityFrameworkCore]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Server.EntityFrameworkCore
106110
[CommunityToolkit.Datasync.Server.InMemory]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Server.InMemory
107111
[CommunityToolkit.Datasync.Server.LiteDb]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Server.LiteDb
112+
[CommunityToolkit.Datasync.Server.MongoDB]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Server.MongoDB
108113
[CommunityToolkit.Datasync.Server.NSwag]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Server.NSwag
114+
[CommunityToolkit.Datasync.Server.OpenApi]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Server.OpenApi
109115
[CommunityToolkit.Datasync.Server.Swashbuckle]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Server.Swashbuckle
110116
[CommunityToolkit.Datasync.Client]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Client
111117

112118
<!-- Images -->
113119
[vs-core]: https://badgen.net/nuget/v/CommunityToolkit.Datasync.Server
114120
[vs-abstractions]: https://badgen.net/nuget/v/CommunityToolkit.Datasync.Server.Abstractions
115121
[vs-automapper]: https://badgen.net/nuget/v/CommunityToolkit.Datasync.Server.Automapper
122+
[vs-cosmosdb]: https://badgen.net/nuget/v/CommunityToolkit.Datasync.Server.CosmosDB
116123
[vs-efcore]: https://badgen.net/nuget/v/CommunityToolkit.Datasync.Server.EntityFrameworkCore
117124
[vs-inmemory]: https://badgen.net/nuget/v/CommunityToolkit.Datasync.Server.InMemory
118125
[vs-litedb]: https://badgen.net/nuget/v/CommunityToolkit.Datasync.Server.LiteDb
126+
[vs-mongodb]: https://badgen.net/nuget/v/CommunityToolkit.Datasync.Server.MongoDB
119127
[vs-nswag]: https://badgen.net/nuget/v/CommunityToolkit.Datasync.Server.NSwag
128+
[vs-openapi]: https://badgen.net/nuget/v/CommunityToolkit.Datasync.Server.OpenApi
120129
[vs-swashbuckle]: https://badgen.net/nuget/v/CommunityToolkit.Datasync.Server.Swashbuckle
121130
[vc-core]: https://badgen.net/nuget/v/CommunityToolkit.Datasync.Client
122131

123132
[ds-core]: https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Server
124133
[ds-abstractions]: https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Server.Abstractions
125134
[ds-automapper]: https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Server.Automapper
135+
[ds-cosmosdb]: https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Server.CosmosDB
126136
[ds-efcore]: https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Server.EntityFrameworkCore
127137
[ds-inmemory]: https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Server.InMemory
128138
[ds-litedb]: https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Server.LiteDb
139+
[ds-mongodb]: https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Server.MongoDB
129140
[ds-nswag]: https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Server.NSwag
141+
[ds-openapi]: https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Server.OpenApi
130142
[ds-swashbuckle]: https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Server.Swashbuckle
131143
[dc-core]: https://badgen.net/nuget/dt/CommunityToolkit.Datasync.Client

0 commit comments

Comments
 (0)