Skip to content

Commit 8f0ad35

Browse files
committed
add nuget readme
1 parent f4275e2 commit 8f0ad35

File tree

8 files changed

+45
-9
lines changed

8 files changed

+45
-9
lines changed

docs/mdsource/intro.include.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add [EntityFramework Core IQueryable](https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbset-1.system-linq-iqueryable-provider) support to [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet)

docs/mdsource/zzz.include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Entity Framework Extensions
22

3-
[Entity Framework Extensions](https://entityframework-extensions.net/) is a major sponsor and is proud to contribute to the development this project.
3+
[Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=GraphQL.EntityFramework) is a major sponsor and is proud to contribute to the development this project.
44

5-
[![Entity Framework Extensions](docs/zzz.png)](https://entityframework-extensions.net)
5+
[![Entity Framework Extensions](https://raw.githubusercontent.com/SimonCropp/GraphQL.EntityFramework/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=GraphQL.EntityFramework)

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ To change this file edit the source file and then run MarkdownSnippets.
1010
[![Build status](https://ci.appveyor.com/api/projects/status/x554cp7clu8yh2yy/branch/main?svg=true)](https://ci.appveyor.com/project/SimonCropp/graphql-entityframework)
1111
[![NuGet Status](https://img.shields.io/nuget/v/GraphQL.EntityFramework.svg)](https://www.nuget.org/packages/GraphQL.EntityFramework/)
1212

13-
Add [EntityFramework Core IQueryable](https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbset-1.system-linq-iqueryable-provider) support to [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet)
13+
14+
Add [EntityFramework Core IQueryable](https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbset-1.system-linq-iqueryable-provider) support to [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet)<!-- singleLineInclude: intro. path: /docs/mdsource/intro.include.md -->
1415

1516

1617
**See [Milestones](../../milestones?state=closed) for release notes.**
@@ -20,9 +21,9 @@ Add [EntityFramework Core IQueryable](https://docs.microsoft.com/en-us/dotnet/ap
2021

2122
### Entity Framework Extensions<!-- include: zzz. path: /docs/mdsource/zzz.include.md -->
2223

23-
[Entity Framework Extensions](https://entityframework-extensions.net/) is a major sponsor and is proud to contribute to the development this project.
24+
[Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=GraphQL.EntityFramework) is a major sponsor and is proud to contribute to the development this project.
2425

25-
[![Entity Framework Extensions](docs/zzz.png)](https://entityframework-extensions.net)<!-- endInclude -->
26+
[![Entity Framework Extensions](https://raw.githubusercontent.com/SimonCropp/GraphQL.EntityFramework/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=GraphQL.EntityFramework)<!-- endInclude -->
2627

2728

2829
### JetBrains

readme.source.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[![Build status](https://ci.appveyor.com/api/projects/status/x554cp7clu8yh2yy/branch/main?svg=true)](https://ci.appveyor.com/project/SimonCropp/graphql-entityframework)
44
[![NuGet Status](https://img.shields.io/nuget/v/GraphQL.EntityFramework.svg)](https://www.nuget.org/packages/GraphQL.EntityFramework/)
55

6-
Add [EntityFramework Core IQueryable](https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbset-1.system-linq-iqueryable-provider) support to [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet)
6+
7+
include: intro
78

89

910
**See [Milestones](../../milestones?state=closed) for release notes.**

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<NoWarn>CS1591;NU5104;CS1573;CS9107;NU1608;NU1109</NoWarn>
5-
<Version>31.0.3</Version>
5+
<Version>31.0.4</Version>
66
<LangVersion>preview</LangVersion>
77
<AssemblyVersion>1.0.0</AssemblyVersion>
88
<PackageTags>EntityFrameworkCore, EntityFramework, GraphQL</PackageTags>

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageVersion Include="ConfigureAwait.Fody" Version="3.3.2" />
8-
<PackageVersion Include="EfLocalDb" Version="20.1.3" />
8+
<PackageVersion Include="EfLocalDb" Version="20.1.4" />
99
<PackageVersion Include="Fody" Version="6.9.2" />
1010
<PackageVersion Include="graphiql" Version="2.0.0" />
1111
<PackageVersion Include="GraphQL" Version="8.5.0" />
@@ -23,7 +23,7 @@
2323
<PackageVersion Include="ProjectDefaults" Version="1.0.156" />
2424
<PackageVersion Include="System.Text.Encodings.Web" Version="9.0.0" />
2525
<PackageVersion Include="Verify.SqlServer" Version="11.1.1" />
26-
<PackageVersion Include="Verify.XunitV3" Version="30.3.1" />
26+
<PackageVersion Include="Verify.XunitV3" Version="30.4.0" />
2727
<PackageVersion Include="xunit.v3" Version="2.0.3" />
2828
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.1" />
2929
</ItemGroup>

src/nuget.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
GENERATED FILE - DO NOT EDIT
3+
This file was generated by [MarkdownSnippets](https://github.com/SimonCropp/MarkdownSnippets).
4+
Source File: /src/nuget.source.md
5+
To change this file edit the source file and then run MarkdownSnippets.
6+
-->
7+
8+
[Documentation](https://github.com/SimonCropp/GraphQL.EntityFramework)
9+
10+
Add [EntityFramework Core IQueryable](https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbset-1.system-linq-iqueryable-provider) support to [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet)<!-- singleLineInclude: intro. path: /docs/mdsource/intro.include.md -->
11+
12+
**See [Milestones](https://github.com/SimonCropp/GraphQL.EntityFramework/milestones?state=closed) for release notes.**
13+
14+
15+
## Sponsors
16+
17+
18+
### Entity Framework Extensions<!-- include: zzz. path: /docs/mdsource/zzz.include.md -->
19+
20+
[Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=GraphQL.EntityFramework) is a major sponsor and is proud to contribute to the development this project.
21+
22+
[![Entity Framework Extensions](https://raw.githubusercontent.com/SimonCropp/GraphQL.EntityFramework/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=GraphQL.EntityFramework)<!-- endInclude -->

src/nuget.source.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Documentation](https://github.com/SimonCropp/GraphQL.EntityFramework)
2+
3+
include: intro
4+
5+
**See [Milestones](https://github.com/SimonCropp/GraphQL.EntityFramework/milestones?state=closed) for release notes.**
6+
7+
8+
## Sponsors
9+
10+
11+
include: zzz

0 commit comments

Comments
 (0)