Skip to content

Commit

Permalink
Bump HC to 12.7, FV to 10.4 (#97)
Browse files Browse the repository at this point in the history
* Bump HC to 12.7, FV to 10.4

* Mention breaking changes
  • Loading branch information
sergeyshaykhullin authored Apr 1, 2022
1 parent 84079e3 commit cad5e2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,6 @@ descriptor.Field(x => x.Example(default!))

🚧 [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) 🚧

## Breaking changes
- From 0.6.x to 0.7.x
- Default input validator throws `InvalidOperationException` if argument has `[UseFluentValidation]`, but no validator registered in `IServiceCollection`
4 changes: 2 additions & 2 deletions src/AppAny.HotChocolate.FluentValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<!-- </ItemGroup>-->

<ItemGroup Label="Packages">
<PackageReference Include="FluentValidation" Version="10.3.6" />
<PackageReference Include="HotChocolate.Execution" Version="12.6.1" />
<PackageReference Include="FluentValidation" Version="10.4.0" />
<PackageReference Include="HotChocolate.Execution" Version="12.7.0" />
</ItemGroup>

<ItemGroup Label="Assets">
Expand Down

0 comments on commit cad5e2b

Please sign in to comment.