Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,8 @@ All notable changes to this service will be documented in this file.

## [1.5.2] - Filter on status fix
### Notes
- Fix for the filtering not working when a null value for status is encountered in the db
- Fix for the filtering not working when a null value for status is encountered in the db

## [1.5.3]
### Notes
- Updated package references
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<NoWarn>$(NoWarn);1591</NoWarn>
<TargetFramework>net10.0</TargetFramework>
<UserSecretsId>f714ca7a-fc08-46ff-b0cc-373d6f04cf4c</UserSecretsId>
<Version>1.5.2</Version>
<InformationalVersion>1.5.2</InformationalVersion>
<Version>1.5.3</Version>
<InformationalVersion>1.5.3</InformationalVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,17 @@
<PackageReference Include="AutoMapper" Version="14.0.0" />
<PackageReference Include="GovUK.Dfe.CoreLibs.AsyncProcessing" Version="1.0.12" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Email" Version="0.1.1" />
<PackageReference Include="GovUK.Dfe.CoreLibs.FileStorage" Version="0.1.5-prerelease-36" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Messaging.Contracts" Version="0.1.3" />
<PackageReference Include="GovUK.Dfe.CoreLibs.FileStorage" Version="0.1.5" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Messaging.Contracts" Version="0.1.5" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Messaging.MassTransit" Version="0.1.3" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Notifications" Version="0.1.6-prerelease-42" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Security" Version="1.1.25-prerelease-11" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Notifications" Version="0.1.6" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Security" Version="1.1.28" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Testing" Version="1.1.23" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Utilities" Version="1.0.16" />
<PackageReference Include="FluentValidation" Version="12.0.0" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.3" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.0" />
<PackageReference Include="Scrutor" Version="4.2.2" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.10.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="GovUK.Dfe.CoreLibs.Caching" Version="1.0.13" />
<PackageReference Include="FluentValidation" Version="12.0.0" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Contracts" Version="1.0.73" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Contracts" Version="1.0.78" />
<PackageReference Include="MediatR" Version="12.5.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="10.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GovUK.Dfe.CoreLibs.Security" Version="1.1.25-prerelease-11" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Security" Version="1.1.28" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Testing" Version="1.1.23" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.3">
Expand All @@ -15,7 +16,6 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.3" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="10.0.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="4.3.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.49.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Contracts" Version="1.0.73" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Http" Version="1.0.10" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Security" Version="1.1.25-prerelease-11" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.72.1" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Contracts" Version="1.0.78" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Http" Version="1.0.11" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Security" Version="1.1.28" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.10.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="AutoFixture" Version="4.18.1" />
<PackageReference Include="AutoFixture.AutoNSubstitute" Version="4.18.1" />
<PackageReference Include="AutoFixture.Xunit2" Version="4.18.1" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Testing" Version="1.1.23-prerelease-29" />
<PackageReference Include="GovUK.Dfe.CoreLibs.Testing" Version="1.1.23" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.3" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="10.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.3" />
Expand Down
Loading