Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Update readme for EFCore package
  • Loading branch information
vnbaaij committed Nov 10, 2023
1 parent 3b48fa6 commit e26bff6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


## V4.0 progress
- v4.0.0-rc.2 is out! Please test and report issues you find.
- v4.0.0-rc.3 is out! Please test and report issues you find.
- v4.0.0-preview.2 is functionally equal to v3.2.2

## Introduction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageProjectUrl>https://github.com/microsoft/fluentui-blazor</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Summary>An adapter for using the Fluent UI Blazor DataGrid with Entity Framework.</Summary>
<PackageTags>Fluent UI, Blazor, DataGrid, .NET8, QuickGrid</PackageTags>
<PackageTags>Fluent UI, Blazor, DataGrid, .NET8</PackageTags>
<Title>Microsoft Fluent UI DataGrid adapter for Entity Framework</Title>
<Description>An adapter for using the Fluent UI Blazor DataGrid with Entity Framework.</Description>
<SignAssembly>true</SignAssembly>
Expand Down
4 changes: 2 additions & 2 deletions src/Extensions/DataGrid.EntityFrameworkAdapter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## About
Use this package if the data you want to display in the `FluentDataGrid` (component in the `Microsoft,Fast.Components.FluentUI library`) comes from EF Core:
Use this package if the data you want to display in the `FluentDataGrid` (component in the `Microsoft.FluentUI.AspNetCore.Components library`) comes from EF Core:

- ... with [Blazor Server and any EF Core-supported database](https://docs.microsoft.com/en-us/aspnet/core/blazor/blazor-server-ef-core)
- ... with [Blazor WebAssembly and EF Core's Sqlite support](https://www.youtube.com/watch?v=2UPiKgHv8YE)
Expand All @@ -26,7 +26,7 @@ The `FluentDataGrid` recognizes EF-supplied `IQueryable` instances and knows how
## Installation
Install the package by running the command:
```
dotnet add package Microsoft.Fast.Components.FluentUI.DataGrid.EntityFrameworkAdapter
dotnet add package Microsoft.FluentUI.AspNetCore.Components.DataGrid.EntityFrameworkAdapter
```

## Usage
Expand Down

0 comments on commit e26bff6

Please sign in to comment.