Skip to content

Commit

Permalink
rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccallum committed Apr 7, 2021
1 parent 8a7fbb9 commit 04a1bf5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ Configure it on your schema (`ISchemaBuilder`) or executor (`IRequestExecutorBui
HandleStringIds = false, // true by default
});
```

Note: Requires HotChocolate v11.1+
18 changes: 9 additions & 9 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Project>

<PropertyGroup>
<PropertyGroup>
<Product>Polymorphic IDs.</Product>
<Description>Polymorphic Relay IDs for HotChocolate</Description>
<PackageTags>GraphQL HotChocolate Relay</PackageTags>
<Version>1.0.0-rc.1</Version>

<LangVersion>latest</LangVersion>
<PackageProjectUrl>https://github.com/autoguru-au/hotchocolate-extensions</PackageProjectUrl>
<RepositoryUrl>https://github.com/autoguru-au/hotchocolate-extensions</RepositoryUrl>
<Version>1.0.0-rc.2</Version>

<PackageProjectUrl>https://github.com/autoguru-au/hotchocolate-polymorphic-ids</PackageProjectUrl>
<RepositoryUrl>https://github.com/autoguru-au/hotchocolate-polymorphic-ids</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Copyright>Copyright &#169; 2021 AutoGuru</Copyright>
<Authors>autoguru,benmccallum</Authors>
<Authors>Ben McCallum</Authors>
<Company>AutoGuru</Company>
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
<RootNamespace>$(MSBuildProjectName)</RootNamespace>
Expand All @@ -21,7 +21,7 @@

<TargetFrameworks>net5.0; netcoreapp3.1; netstandard2.0</TargetFrameworks>
<TargetFrameworks Condition="$(MSBuildProjectName.EndsWith('Tests'))">net5.0; netcoreapp3.1</TargetFrameworks>

</PropertyGroup>

</Project>

0 comments on commit 04a1bf5

Please sign in to comment.