Skip to content

Commit

Permalink
#18 bump Hotchocolate package to keep in sync with DataAccess.Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Webster committed Feb 8, 2024
1 parent ec2143e commit 71dcee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<Description>Extension to the DataAccess package adding GraphQL functionality via the HotChocolate library</Description>
<PackageProjectUrl>https://github.com/Ian-Webster/DataAccess/Extensions/DataAccess.Repository.HotChocolate</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ian-Webster/DataAccess/tree/main/Extensions/DataAccess.Repository.HotChocolate</RepositoryUrl>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionPrefix>2.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DataAccess.Repository" Version="3.0.0" />
<PackageReference Include="DataAccess.Repository" Version="3.0.1" />
<PackageReference Include="HotChocolate" Version="13.8.1" />
<PackageReference Include="HotChocolate.AspNetCore" Version="13.8.1" />
<PackageReference Include="HotChocolate.Data" Version="13.8.1" />
Expand Down
1 change: 1 addition & 0 deletions Extensions/DataAccess.Repository.HotChocolate/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Usage for this extension is as follows;
```

## Version history
* 2.0.1 - Updated to DataAccess.Repository 3.0.1
* 2.0.0 -
* Updated to DataAccess.Repository 3.0.0
* Updated to HotChocolate 13.8.1
Expand Down

0 comments on commit 71dcee5

Please sign in to comment.