Skip to content

Commit

Permalink
Publish version 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fiseni committed Nov 8, 2024
1 parent ff58571 commit b876966
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageVersion Include="MartinCostello.SqlLocalDb" Version="3.4.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.10" />
<PackageVersion Include="Respawn" Version="6.2.1" />
<PackageVersion Include="Testcontainers.MsSql" Version="3.10.0" />
<PackageVersion Include="Testcontainers.MsSql" Version="4.0.0" />
<PackageVersion Include="FluentAssertions" Version="6.12.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="xunit" Version="2.9.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<Description>EntityFrameworkCore plugin to Pozitron.QuerySpecification containing EF evaluators.</Description>
<Summary>EntityFrameworkCore plugin to Pozitron.QuerySpecification containing EF evaluators.</Summary>

<Version>11.0.0-beta1</Version>
<Version>11.0.0</Version>
<PackageTags>fiseni pozitron query specification efcore</PackageTags>
<PackageReleaseNotes>
v11.0.0-beta1
v11.0.0
- Refactored and rebuilt the internals from the ground up.
- Reduced the memory footprint drastically.
- Negligible to no overhead for specification evaluations.
Expand Down
4 changes: 2 additions & 2 deletions src/QuerySpecification/QuerySpecification.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<Description>Abstract package for building query specifications.</Description>
<Summary>Abstract package for building query specifications.</Summary>

<Version>11.0.0-beta1</Version>
<Version>11.0.0</Version>
<PackageTags>fiseni pozitron query specification</PackageTags>
<PackageReleaseNotes>
v11.0.0-beta1
v11.0.0
- Refactored and rebuilt the internals from the ground up.
- Reduced the memory footprint drastically.
- Negligible to no overhead for specification evaluations.
Expand Down

0 comments on commit b876966

Please sign in to comment.