Skip to content

Commit

Permalink
Merge pull request #113 from AutoMapper/UpdatePackages
Browse files Browse the repository at this point in the history
Sample projects referencing latest.
  • Loading branch information
BlaiseD authored Oct 21, 2021
2 parents 8786d0c + 8dfd640 commit 1a19647
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="[4.1.1,5.0.0)" />
<PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="[4.1.2,5.0.0)" />
<PackageReference Include="EntityFramework" Version="6.2.0" />
<PackageReference Include="LogicBuilder.Expressions.Utils" Version="[4.1.2,5.0.0)" />
<PackageReference Include="Microsoft.AspNet.OData" Version="7.4.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageId>AutoMapper.AspNetCore.OData.EF6</PackageId>
<Description>Creates LINQ expressions from ODataQueryOptions and executes the query.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Supporting Microsoft.AspNetCore.OData v8.0.1.</PackageReleaseNotes>
<PackageReleaseNotes>Supporting ODataQuerySettings.TimeZone.</PackageReleaseNotes>
<PackageTags>linq expressions odata efcore</PackageTags>
<PackageIconUrl>https://s3.amazonaws.com/automapper/icon.png</PackageIconUrl>
<RepositoryUrl>https://github.com/AutoMapper/AutoMapper.Extensions.OData</RepositoryUrl>
Expand Down Expand Up @@ -64,7 +64,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="[4.1.1,5.0.0)" />
<PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="[4.1.2,5.0.0)" />
<PackageReference Include="EntityFramework" Version="6.3.0" />
<PackageReference Include="LogicBuilder.Expressions.Utils" Version="[4.1.2,5.0.0)" />
<PackageReference Include="Microsoft.AspNetCore.OData" Version="8.0.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageId>AutoMapper.AspNetCore.OData.EFCore</PackageId>
<Description>Creates LINQ expressions from ODataQueryOptions and executes the query.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Supporting Microsoft.AspNetCore.OData v8.0.1.</PackageReleaseNotes>
<PackageReleaseNotes>Supporting ODataQuerySettings.TimeZone.</PackageReleaseNotes>
<PackageTags>linq expressions odata efcore</PackageTags>
<PackageIconUrl>https://s3.amazonaws.com/automapper/icon.png</PackageIconUrl>
<RepositoryUrl>https://github.com/AutoMapper/AutoMapper.Extensions.OData</RepositoryUrl>
Expand All @@ -32,7 +32,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="[4.1.1,5.0.0)" />
<PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="[4.1.2,5.0.0)" />
<PackageReference Include="LogicBuilder.Expressions.Utils" Version="[4.1.2,5.0.0)" />
<PackageReference Include="Microsoft.AspNetCore.OData" Version="8.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.0" />
Expand Down
4 changes: 2 additions & 2 deletions WebAPI.AspNet.OData.EF6/WebAPI.AspNet.OData.EF6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoMapper.AspNet.OData.EF6">
<Version>2.2.0-preview.1.2</Version>
<Version>2.2.2-alpha.0.1</Version>
</PackageReference>
<PackageReference Include="AutoMapper.Extensions.ExpressionMapping">
<Version>4.1.1</Version>
<Version>4.1.2</Version>
</PackageReference>
<PackageReference Include="Microsoft.AspNet.WebApi">
<Version>5.2.7</Version>
Expand Down
2 changes: 1 addition & 1 deletion WebAPI.OData.EF6/WebAPI.OData.EF6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoMapper.AspNetCore.OData.EF6" Version="2.2.0-preview.1.2" />
<PackageReference Include="AutoMapper.AspNetCore.OData.EF6" Version="2.2.2-alpha.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions WebAPI.OData.EFCore/WebAPI.OData.EFCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AutoMapper.AspNetCore.OData.EFCore" Version="2.2.0-preview.1.2" />
<PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="4.1.1" />
<PackageReference Include="AutoMapper.AspNetCore.OData.EFCore" Version="2.2.2-alpha.0.1" />
<PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="[4.1.2,5.0.0)" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.0" />
</ItemGroup>
Expand Down

0 comments on commit 1a19647

Please sign in to comment.