Skip to content

Commit 0fd6b57

Browse files
committed
Added src\Directory.Build.props
1 parent 06cbf7c commit 0fd6b57

File tree

2 files changed

+33
-27
lines changed

2 files changed

+33
-27
lines changed

Directory.Build.props

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,7 @@
1111
</PropertyGroup>
1212

1313
<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>
2114
<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>
3715
</PropertyGroup>
3816

39-
<ItemGroup>
40-
<None Include="$(RepoRoot)\icon.png" Pack="true" PackagePath="\" />
41-
<None Include="$(RepoRoot)\README.md" Pack="true" PackagePath="\" />
42-
</ItemGroup>
43-
4417
</Project>

src/Directory.Build.props

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<Project>
2+
3+
<PropertyGroup Label="NuGet">
4+
<Authors>John Bazinga, Andrii Chebukin, Jurii Chebukin, Ismael Carlos Velten, Valber M. Silva de Souza, njlr, Garrett Birkel</Authors>
5+
<Product>FSharp.Data.GraphQL</Product>
6+
<Summary>F# implementation of Facebook GraphQL query language</Summary>
7+
8+
<RepoRoot>$([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))</RepoRoot>
9+
<RepositoryUrl>https://github.com/fsprojects/FSharp.Data.GraphQL</RepositoryUrl>
10+
<RepositoryType>git</RepositoryType>
11+
<PackageTags>FSharp GraphQL Relay React Middleware</PackageTags>
12+
<PackageReadmeFile>README.md</PackageReadmeFile>
13+
<PackageIcon>icon.png</PackageIcon>
14+
<!--<PackageIconUrl>https://www.newtonsoft.com/content/images/nugeticon.png</PackageIconUrl>-->
15+
<PackageProjectUrl>https://fsprojects.github.io/FSharp.Data.GraphQL</PackageProjectUrl>
16+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
17+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
18+
<IncludeSymbols>true</IncludeSymbols>
19+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
20+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
21+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
22+
</PropertyGroup>
23+
24+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
25+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
26+
</PropertyGroup>
27+
28+
<ItemGroup>
29+
<None Include="$(RepoRoot)\icon.png" Pack="true" PackagePath="\" />
30+
<None Include="$(RepoRoot)\README.md" Pack="true" PackagePath="\" />
31+
</ItemGroup>
32+
33+
</Project>

0 commit comments

Comments
 (0)