Skip to content

Commit

Permalink
Merge pull request #11 from polyadic/ef-7
Browse files Browse the repository at this point in the history
  • Loading branch information
bash authored Nov 16, 2022
2 parents fa4a1d1 + c4176dc commit e0d3bfa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
efcore: ['3.1.25', '5.0.15', '6.0.3']
efcore: ['3.1.25', '5.0.15', '6.0.3', '7.0.0']
env:
EntityFrameworkCoreVersion: ${{matrix.efcore}}
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Product>Interoperability between Funcky and EF Core</Product>
<Description>Interoperability between Funcky and EF Core</Description>
<PackageTags>Functional Monad EFCore EntityFramework</PackageTags>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup Label="Symbols">
Expand Down
2 changes: 1 addition & 1 deletion Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<ItemGroup Label="Runtime Dependencies">
<PackageReference Update="Funcky" Version="[3.0.0, 4)" />
<PackageReference Update="Microsoft.EntityFrameworkCore" Version="[3.1.25, 7)" />
<PackageReference Update="Microsoft.EntityFrameworkCore" Version="[3.1.25, 8)" />
</ItemGroup>
<ItemGroup Label="Build Dependencies">
<PackageReference Update="Funcky.Analyzers" Version="1.1.0" />
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 1.1.0
* Add support for Entity Framework Core 7.0.

## 1.0.0
* Breaking: Updated to Funcky 3.0.0.
* Breaking: Add an optional `cancellationToken` parameter to all async `IQueryable` extensions. (polyadic/funcky#433)
Expand Down

0 comments on commit e0d3bfa

Please sign in to comment.