Skip to content

Commit

Permalink
Bump project version to 1.0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
Ooze committed Dec 29, 2023
1 parent 623f74c commit df34172
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.71</Version>
<Version>1.0.72</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 All @@ -29,8 +29,8 @@
<ProjectReference Include="..\Ooze.Typed.EntityFrameworkCore\Ooze.Typed.EntityFrameworkCore.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0-beta.2" />
</ItemGroup>
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0-beta.2" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' Or '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="7.0.0" />
</ItemGroup>
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.71</Version>
<Version>1.0.72</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.71</Version>
<Version>1.0.72</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.71</Version>
<Version>1.0.72</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.71</Version>
<Version>1.0.72</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.71</Version>
<Version>1.0.72</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 df34172

Please sign in to comment.