Skip to content

Commit cad5e2b

Browse files
Bump HC to 12.7, FV to 10.4 (#97)
* Bump HC to 12.7, FV to 10.4 * Mention breaking changes
1 parent 84079e3 commit cad5e2b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,6 @@ descriptor.Field(x => x.Example(default!))
112112

113113
🚧 [I **swear** I will check correctness, run these benchmarks on my own environment and only after that I will make conclusions](tests/AppAny.HotChocolate.FluentValidation.Benchmarks/README.md) 🚧
114114

115+
## Breaking changes
116+
- From 0.6.x to 0.7.x
117+
- Default input validator throws `InvalidOperationException` if argument has `[UseFluentValidation]`, but no validator registered in `IServiceCollection`

src/AppAny.HotChocolate.FluentValidation.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<!-- </ItemGroup>-->
3434

3535
<ItemGroup Label="Packages">
36-
<PackageReference Include="FluentValidation" Version="10.3.6" />
37-
<PackageReference Include="HotChocolate.Execution" Version="12.6.1" />
36+
<PackageReference Include="FluentValidation" Version="10.4.0" />
37+
<PackageReference Include="HotChocolate.Execution" Version="12.7.0" />
3838
</ItemGroup>
3939

4040
<ItemGroup Label="Assets">

0 commit comments

Comments
 (0)