Skip to content

Commit

Permalink
#8 update HotChocolate extension NuGet versions
Browse files Browse the repository at this point in the history
updated to latest version of the DataAccess.Repository NuGet package
updated to the latest version of the HotChocolate NuGet packages
  • Loading branch information
Ian-Webster committed Feb 7, 2024
1 parent 5850207 commit 770c0d2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="HotChocolate" Version="13.7.0" />
<PackageReference Include="HotChocolate.Data" Version="13.7.0" />
<PackageReference Include="HotChocolate" Version="13.8.1" />
<PackageReference Include="HotChocolate.Data" Version="13.8.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Example/DataAccess.Example.Web/DataAccess.Example.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="HotChocolate" Version="13.7.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="13.7.0" />
<PackageReference Include="HotChocolate.Data" Version="13.7.0" />
<PackageReference Include="HotChocolate" Version="13.8.1" />
<PackageReference Include="HotChocolate.AspNetCore" Version="13.8.1" />
<PackageReference Include="HotChocolate.Data" Version="13.8.1" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<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>1.1.1</VersionPrefix>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DataAccess.Repository" Version="2.0.5" />
<PackageReference Include="HotChocolate" Version="13.7.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="13.7.0" />
<PackageReference Include="HotChocolate.Data" Version="13.7.0" />
<PackageReference Include="DataAccess.Repository" Version="3.0.0" />
<PackageReference Include="HotChocolate" Version="13.8.1" />
<PackageReference Include="HotChocolate.AspNetCore" Version="13.8.1" />
<PackageReference Include="HotChocolate.Data" Version="13.8.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
</ItemGroup>

Expand Down
3 changes: 3 additions & 0 deletions Extensions/DataAccess.Repository.HotChocolate/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ Usage for this extension is as follows;
```

## Version history
* 2.0.0 -
* Updated to DataAccess.Repository 3.0.0
* Updated to HotChocolate 13.8.1
* 1.1.1 - Fixed documenation issues
* 1.1.0 - Added offset paging
* 1.0.0 - Initial release
Expand Down

0 comments on commit 770c0d2

Please sign in to comment.