Skip to content

Commit

Permalink
Merge pull request #213 from Avanade/feat/liquidv6release
Browse files Browse the repository at this point in the history
Liquid v6.0 release core packages.
  • Loading branch information
lucianareginalino authored Jun 10, 2024
2 parents 8298c02 + fef3b4d commit ffd873f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 12 deletions.
6 changes: 4 additions & 2 deletions src/Liquid.Cache/Liquid.Cache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Copyright>Avanade 2019</Copyright>
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<Version>6.0.0-preview-20231130-02</Version>
<Version>6.0.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<DebugType>Full</DebugType>
Expand All @@ -22,8 +22,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Liquid.Core" Version="6.0.0-preview-20231131-01" />
<PackageReference Include="Liquid.Core" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="6.0.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<Company>Avanade Inc.</Company>
<Product>Liquid - Modern Application Framework</Product>
<Copyright>Avanade 2021</Copyright>
<PackageProjectUrl>https://github.com/Avanade/Liquid.Core</PackageProjectUrl>
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<Version>6.0.0-preview-20231131-01</Version>
<Version>6.0.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<ProjectGuid>{AD354CF6-C132-4B5D-944D-0DFE21509781}</ProjectGuid>
<IsPackable>true</IsPackable>
Expand All @@ -20,8 +20,11 @@

<ItemGroup>
<PackageReference Include="Elastic.Apm.NetCoreAll" Version="1.18.0" />
<PackageReference Include="Liquid.Core" Version="2.2.0-preview-20220901-01" />
<PackageReference Include="MediatR" Version="11.0.0" />
<PackageReference Include="Liquid.Core" Version="6.0.0" />
<PackageReference Include="MediatR" Version="12.1.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Net.Security" Version="4.3.2" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static void AddLiquidHandlers(this IServiceCollection services, bool with
if (withTelemetry)
services.AddTransient(typeof(IPipelineBehavior<,>), typeof(LiquidTelemetryBehavior<,>));

services.AddMediatR(assemblies);
services.AddMediatR(cfg => cfg.RegisterServicesFromAssemblies(assemblies));
}
}
}
8 changes: 5 additions & 3 deletions src/Liquid.Domain/Liquid.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Copyright>Avanade 2019</Copyright>
<PackageProjectUrl>https://github.com/Avanade/Liquid.Domain</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<Version>6.0.0-preview-20231131-01</Version>
<Version>6.0.0</Version>
<ProjectGuid>{CE75EB47-68D9-46F5-BF91-60D39E52CC54}</ProjectGuid>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
Expand All @@ -21,8 +21,10 @@
<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.4.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.4.0" />
<PackageReference Include="Liquid.Core" Version="6.0.0-preview-20231131-01" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.0.0" />
<PackageReference Include="Liquid.Core" Version="6.0.0" />
<PackageReference Include="MediatR" Version="12.1.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 4 additions & 2 deletions src/Liquid.Repository/Liquid.Repository.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Copyright>Avanade 2019</Copyright>
<PackageProjectUrl>https://github.com/Avanade/Liquid.Repository</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<Version>6.0.0-preview-20231130-02</Version>
<Version>6.0.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<DebugType>Full</DebugType>
Expand All @@ -27,7 +27,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Liquid.Core" Version="6.0.0-preview-20231131-01" />
<PackageReference Include="Liquid.Core" Version="6.0.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ffd873f

Please sign in to comment.