From 0dadc6ba485bf54742470286d0214d0b9e4061e3 Mon Sep 17 00:00:00 2001 From: snifter Date: Thu, 8 Jun 2023 15:44:35 +0200 Subject: [PATCH] v. 3.0.0 --- README.md | 4 +++- src/Directory.Build.props | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a93325..0c6bcaf 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ As HotChocolate doesn't validate input arguments, After installing this package, [!["Buy Me A Coffee"](https://cdn.buymeacoffee.com/assets/img/home-page-v3/bmc-new-logo.png)](https://www.buymeacoffee.com/varunteja) -**Installation Note**: +**Installation Note**: + +Use Graph.ArgumentValidator v3.0.0 if you are using HotChocolate v13. Use Graph.ArgumentValidator v2.0.0 if you are using HotChocolate v12. diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 494ddf5..9e6616f 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -16,7 +16,7 @@ $(MSBuildProjectName) MIT - 2.1.1 + 3.0.0 net6.0;net5.0; netcoreapp3.1; netstandard2.0 net6.0;net5.0; netcoreapp3.1; netcoreapp2.1