Skip to content

Commit

Permalink
Setting version #s for 5.0.10. (#40)
Browse files Browse the repository at this point in the history
Setting version #s for 5.0.10.
  • Loading branch information
BlaiseD committed Aug 15, 2023
1 parent 0a79a09 commit f9e6006
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>BlaiseD</Authors>
<Description>Given an EF Core DBContext, LogicBuilder.EntityFrameworkCore.SqlServer uses AutoMapper configurations to support CRUD operations using the DTO objects.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Kendo UI expressions only - Allow paging expression to be executed separately from the grouping expression.</PackageReleaseNotes>
<PackageReleaseNotes>Declaring unused classes obsolete.</PackageReleaseNotes>
<PackageTags>crud operations efcore</PackageTags>
<Copyright>Copyright © BPS 2017</Copyright>
<RepositoryUrl>https://github.com/BlaiseD/LogicBuilder.DataComponents</RepositoryUrl>
Expand All @@ -22,9 +22,9 @@

<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="[6.0.4,7.0.0)" />
<PackageReference Include="LogicBuilder.Data" Version="5.0.10-alpha.0.2" />
<PackageReference Include="LogicBuilder.Domain" Version="5.0.10-alpha.0.2" />
<PackageReference Include="LogicBuilder.Expressions.Utils" Version="5.0.10-alpha.0.2" />
<PackageReference Include="LogicBuilder.Data" Version="5.0.10" />
<PackageReference Include="LogicBuilder.Domain" Version="5.0.10" />
<PackageReference Include="LogicBuilder.Expressions.Utils" Version="5.0.10" />
<PackageReference Include="MinVer" Version="2.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>BlaiseD</Authors>
<Description>Augments LogicBuilder.Expressions.Utils with LINQ queries specific to EF Core.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Kendo UI expressions only - Allow paging expression to be executed separately from the grouping expression.</PackageReleaseNotes>
<PackageReleaseNotes>Declaring unused classes obsolete.</PackageReleaseNotes>
<PackageTags>linq expressions efcore</PackageTags>
<Copyright>Copyright © BPS 2018</Copyright>
<RepositoryUrl>https://github.com/BlaiseD/LogicBuilder.DataComponents</RepositoryUrl>
Expand All @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LogicBuilder.Expressions.Utils" Version="5.0.10-alpha.0.2" />
<PackageReference Include="LogicBuilder.Expressions.Utils" Version="5.0.10" />
<PackageReference Include="MinVer" Version="2.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>BlaiseD</Authors>
<Description>Creates CRUD related LINQ queries from data.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Kendo UI expressions only - Allow paging expression to be executed separately from the grouping expression.</PackageReleaseNotes>
<PackageReleaseNotes>Declaring unused classes obsolete.</PackageReleaseNotes>
<PackageTags>linq expressions</PackageTags>
<Copyright>Copyright © BPS 2018</Copyright>
<RepositoryUrl>https://github.com/BlaiseD/LogicBuilder.DataComponents</RepositoryUrl>
Expand All @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="LogicBuilder.Structures" Version="5.0.10-alpha.0.2" />
<PackageReference Include="LogicBuilder.Structures" Version="5.0.10" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.0" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.9.4" />
Expand Down
2 changes: 1 addition & 1 deletion LogicBuilder.Structures/LogicBuilder.Structures.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>BlaiseD</Authors>
<Description>LogicBuilder.Structures includes classes used by multiple components in the LogicBuilder data stack.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Supporting AutoMapper v12.</PackageReleaseNotes>
<PackageReleaseNotes>Declaring unused classes obsolete.</PackageReleaseNotes>
<PackageTags>logicbuilder</PackageTags>
<Copyright>Copyright © BPS 2019</Copyright>
<RepositoryUrl>https://github.com/BlaiseD/LogicBuilder.DataComponents</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ To use:

`ExpressionOperatorsMappingProfile` is a mapping profile from `LogicBuilder.EntityFrameworkCore.SqlServer`.

For serializable descriptors, replace `cfg.AddProfile<ExpressionOperatorsMappingProfile>();` with a [custom mapping profile](https://github.com/BlaiseD/Contoso.XPlatform/blob/master/Contoso.AutoMapperProfiles/DescriptorToOperatorMappingProfile.cs) with serializable descriptors.
For serializable descriptors, replace `cfg.AddProfile<ExpressionOperatorsMappingProfile>();` with a [custom mapping profile](https://github.com/BlaiseD/LogicBuilder.Samples/blob/master/Xamarin/Contoso/Contoso.AutoMapperProfiles/DescriptorToOperatorMappingProfile.cs) with serializable descriptors.

0 comments on commit f9e6006

Please sign in to comment.