Skip to content

Commit

Permalink
feat: Updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmesquita committed Sep 1, 2024
1 parent f235030 commit bc155d6
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 20 deletions.
8 changes: 4 additions & 4 deletions src/Api.Crud.Client/Api.Crud.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<RootNamespace>eQuantic.Core.Api.Crud.Client</RootNamespace>
<AssemblyName>eQuantic.Core.Api.Crud.Client</AssemblyName>
<AssemblyTitle>eQuantic.Core.Api.Crud.Client</AssemblyTitle>
<AssemblyVersion>1.7.11.0</AssemblyVersion>
<FileVersion>1.7.11.0</FileVersion>
<Version>1.7.11.0</Version>
<AssemblyVersion>1.7.12.0</AssemblyVersion>
<FileVersion>1.7.12.0</FileVersion>
<Version>1.7.12.0</Version>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>

<PackageId>eQuantic.Core.Api.Crud.Client</PackageId>
Expand Down Expand Up @@ -46,7 +46,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="eQuantic.Core" Version="1.7.0" />
<PackageReference Include="eQuantic.Core.Api.Client" Version="1.7.3" />
<PackageReference Include="eQuantic.Core.Api.Client" Version="1.7.4" />
<PackageReference Include="eQuantic.Linq" Version="1.3.4" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/Api.Crud/Api.Crud.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<AssemblyName>eQuantic.Core.Api.Crud</AssemblyName>
<RootNamespace>eQuantic.Core.Api.Crud</RootNamespace>
<AssemblyTitle>eQuantic.Core.Api.Crud</AssemblyTitle>
<AssemblyVersion>1.7.11.0</AssemblyVersion>
<FileVersion>1.7.11.0</FileVersion>
<Version>1.7.11.0</Version>
<AssemblyVersion>1.7.12.0</AssemblyVersion>
<FileVersion>1.7.12.0</FileVersion>
<Version>1.7.12.0</Version>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>

<PackageId>eQuantic.Core.Api.Crud</PackageId>
Expand Down Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="eQuantic.Core.Api" Version="1.7.3" />
<PackageReference Include="eQuantic.Core.Api" Version="1.7.4" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Api.Crud/Controllers/CrudControllerBase.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using eQuantic.Core.Application.Crud.Services;
using eQuantic.Core.Application.Entities.Results;
using eQuantic.Core.Domain.Entities.Results;
using eQuantic.Core.Domain.Entities.Requests;
using Microsoft.AspNetCore.Mvc;

Expand Down
2 changes: 1 addition & 1 deletion src/Api.Crud/Extensions/WebApplicationExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using eQuantic.Core.Api.Options;
using eQuantic.Core.Application.Crud.Attributes;
using eQuantic.Core.Application.Crud.Enums;
using eQuantic.Core.Application.Entities.Results;
using eQuantic.Core.Domain.Entities.Results;
using Humanizer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
Expand Down
3 changes: 1 addition & 2 deletions src/Api.Crud/Handlers/ReaderEndpointHandlers.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
using System.Reflection;
using eQuantic.Core.Api.Crud.Binders;
using eQuantic.Core.Api.Crud.Extensions;
using eQuantic.Core.Api.Crud.Options;
using eQuantic.Core.Application.Crud.Services;
using eQuantic.Core.Application.Entities.Results;
using eQuantic.Core.Domain.Entities.Results;
using eQuantic.Core.Domain.Entities;
using eQuantic.Core.Domain.Entities.Requests;
using eQuantic.Core.Exceptions;
Expand Down
12 changes: 6 additions & 6 deletions src/Application.Crud/Application.Crud.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<RootNamespace>eQuantic.Core.Application.Crud</RootNamespace>
<AssemblyName>eQuantic.Core.Application.Crud</AssemblyName>
<AssemblyTitle>eQuantic.Core.Application.Crud</AssemblyTitle>
<AssemblyVersion>1.7.11.0</AssemblyVersion>
<FileVersion>1.7.11.0</FileVersion>
<Version>1.7.11.0</Version>
<AssemblyVersion>1.7.12.0</AssemblyVersion>
<FileVersion>1.7.12.0</FileVersion>
<Version>1.7.12.0</Version>
<TargetFrameworks>netstandard2.1;net7.0;net8.0</TargetFrameworks>

<PackageId>eQuantic.Core.Application.Crud</PackageId>
Expand Down Expand Up @@ -37,9 +37,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="eQuantic.Core.Application" Version="1.7.3" />
<PackageReference Include="eQuantic.Core.Domain" Version="1.7.3" />
<PackageReference Include="eQuantic.Core.Exceptions" Version="1.7.3" />
<PackageReference Include="eQuantic.Core.Application" Version="1.7.4" />
<PackageReference Include="eQuantic.Core.Domain" Version="1.7.4" />
<PackageReference Include="eQuantic.Core.Exceptions" Version="1.7.4" />
<PackageReference Include="eQuantic.Mapper" Version="1.3.6" />
<PackageReference Include="Humanizer" Version="2.14.1" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/eQuantic.Core.Api.Sample/eQuantic.Core.Api.Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.2" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.7.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.7.3" />
</ItemGroup>
</Project>

0 comments on commit bc155d6

Please sign in to comment.