From 392bbf806836932de5f017898b085ee4ddbfc66d Mon Sep 17 00:00:00 2001 From: Laurents Meyer Date: Sat, 22 May 2021 10:52:31 +0200 Subject: [PATCH] Update readme with release information. --- EFCore.Jet.sln | 1 + docs/README.md | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/EFCore.Jet.sln b/EFCore.Jet.sln index d5a1231..7bd9b16 100644 --- a/EFCore.Jet.sln +++ b/EFCore.Jet.sln @@ -40,6 +40,7 @@ ProjectSection(SolutionItems) = preProject Development.props = Development.props Development.props.sample = Development.props.sample Key.snk = Key.snk + docs\README.md = docs\README.md EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFCore.Jet.Tests", "test\EFCore.Jet.Tests\EFCore.Jet.Tests.csproj", "{770A076B-A448-499C-BB86-A37994C04523}" diff --git a/docs/README.md b/docs/README.md index 8ea4c24..944a1c7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,18 +8,24 @@ The provider is .NET Standard 2.0 compatible, so it can be used with .NET (Core) The major version corresponds to the major version of EF Core (i.e. EFCore.Jet `3.x` is compatible with EF Core `3.y`). It runs on Windows operating systems only and can be used with either ODBC or OLE DB together with their respective Access Database driver/provider. +## Packages + +* [EntityFrameworkCore.Jet](https://www.nuget.org/packages/EntityFrameworkCore.Jet/) +* [EntityFrameworkCore.Jet.Data](https://www.nuget.org/packages/EntityFrameworkCore.Jet.Data/) +* [EntityFrameworkCore.Jet.Odbc](https://www.nuget.org/packages/EntityFrameworkCore.Jet.Odbc/) +* [EntityFrameworkCore.Jet.OleDb](https://www.nuget.org/packages/EntityFrameworkCore.Jet.OleDb/) + ## Official Releases All official releases are available on [nuget.org](https://www.nuget.org/packages/EntityFrameworkCore.Jet/). -For [EF Core 3.1.x support](https://github.com/bubibubi/EntityFrameworkCore.Jet/issues/34), use the latest _prerelease_. ## Daily Builds -To use the latest daily builds from our [Azure DevOps feed](https://bubibubi.visualstudio.com/EntityFrameworkCore.Jet/_packaging?_a=feed&feed=public%40Local), add a `NuGet.config` file to your solution root with the following content and enable _prereleases_: +To use the latest daily builds from our [Azure DevOps feed](https://bubibubi.visualstudio.com/EntityFrameworkCore.Jet/_packaging?_a=feed&feed=public%40Local), add a `NuGet.config` file to your solution root with the following content, and enable _prereleases_: ```xml - +