Skip to content

Commit

Permalink
v. 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snifter committed Jun 8, 2023
1 parent 8285236 commit 0dadc6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageId>$(MSBuildProjectName)</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

<Version>2.1.1</Version>
<Version>3.0.0</Version>

<LibraryTargetFrameworks>net6.0;net5.0; netcoreapp3.1; netstandard2.0</LibraryTargetFrameworks>
<TestTargetFrameworks>net6.0;net5.0; netcoreapp3.1; netcoreapp2.1</TestTargetFrameworks>
Expand Down

0 comments on commit 0dadc6b

Please sign in to comment.