|
10 | 10 | <TreatWarningsAsErrors Condition="'$(Configuration)' != 'Debug'">true</TreatWarningsAsErrors> |
11 | 11 | </PropertyGroup> |
12 | 12 |
|
13 | | - <PropertyGroup Label="NuGet"> |
14 | | - <Authors>John Bazinga, Andrii Chebukin, Jurii Chebukin, Ismael Carlos Velten, Valber M. Silva de Souza, njlr, Garrett Birkel</Authors> |
15 | | - <Product>FSharp.Data.GraphQL</Product> |
16 | | - <Summary>F# implementation of Facebook GraphQL query language</Summary> |
17 | | - |
18 | | - <RepoRoot>$([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))</RepoRoot> |
19 | | - <RepositoryUrl>https://github.com/fsprojects/FSharp.Data.GraphQL</RepositoryUrl> |
20 | | - <RepositoryType>git</RepositoryType> |
21 | | - <Version>3.0.0</Version> |
22 | | - <PackageTags>FSharp GraphQL Relay React Middleware</PackageTags> |
23 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
24 | | - <PackageIcon>icon.png</PackageIcon> |
25 | | - <!--<PackageIconUrl>https://www.newtonsoft.com/content/images/nugeticon.png</PackageIconUrl>--> |
26 | | - <PackageProjectUrl>https://fsprojects.github.io/FSharp.Data.GraphQL</PackageProjectUrl> |
27 | | - <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
28 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
29 | | - <IncludeSymbols>true</IncludeSymbols> |
30 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
31 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
32 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
33 | | - </PropertyGroup> |
34 | | - |
35 | | - <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> |
36 | | - <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
37 | | - </PropertyGroup> |
38 | | - |
39 | | - <ItemGroup> |
40 | | - <None Include="$(RepoRoot)\icon.png" Pack="true" PackagePath="\" /> |
41 | | - <None Include="$(RepoRoot)\README.md" Pack="true" PackagePath="\" /> |
42 | | - </ItemGroup> |
43 | | - |
44 | 13 | </Project> |
0 commit comments