Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DenisPav/Ooze
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisPav committed Nov 17, 2024
2 parents a193a61 + a950c3d commit a07007e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Ooze.Typed.EntityFrameworkCore.MySql</PackageId>
<Version>1.0.75</Version>
<Version>1.0.76</Version>
<RepositoryUrl>https://github.com/DenisPav/Ooze</RepositoryUrl>
<Description>
This package provides simple mechanism for applying filters, sorters, paging to your IQueryable queries. Contains additional extensions for MySql/MariaDB.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Ooze.Typed.EntityFrameworkCore.Npgsql</PackageId>
<Version>1.0.75</Version>
<Version>1.0.76</Version>
<RepositoryUrl>https://github.com/DenisPav/Ooze</RepositoryUrl>
<Description>
This package provides simple mechanism for applying filters, sorters, paging to your IQueryable queries. Contains additional extensions for PostgreSQL.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Ooze.Typed.EntityFrameworkCore.SqlServer</PackageId>
<Version>1.0.75</Version>
<Version>1.0.76</Version>
<RepositoryUrl>https://github.com/DenisPav/Ooze</RepositoryUrl>
<Description>
This package provides simple mechanism for applying filters, sorters, paging to your IQueryable queries. Contains additional extensions for Sql Server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Ooze.Typed.EntityFrameworkCore.Sqlite</PackageId>
<Version>1.0.75</Version>
<Version>1.0.76</Version>
<RepositoryUrl>https://github.com/DenisPav/Ooze</RepositoryUrl>
<Description>
This package provides simple mechanism for applying filters, sorters, paging to your IQueryable queries. Contains additional extensions for Sqlite.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Ooze.Typed.EntityFrameworkCore</PackageId>
<Version>1.0.75</Version>
<Version>1.0.76</Version>
<RepositoryUrl>https://github.com/DenisPav/Ooze</RepositoryUrl>
<Description>
This package provides simple mechanism for applying filters, sorters, paging to your IQueryable queries. Contains additional extensions for EF core
Expand Down
2 changes: 1 addition & 1 deletion src/Ooze.Typed/Ooze.Typed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Ooze.Typed</PackageId>
<Version>1.0.75</Version>
<Version>1.0.76</Version>
<RepositoryUrl>https://github.com/DenisPav/Ooze</RepositoryUrl>
<Description>
This package provides simple mechanism for applying filters, sorters, paging to your IQueryable queries.
Expand Down

0 comments on commit a07007e

Please sign in to comment.