Skip to content

Commit bf2cfef

Browse files
authored
Tweaks for NugetPackageExplorer green badges (graphql-dotnet#1970)
1 parent 38bc6a4 commit bf2cfef

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

src/Directory.Build.props

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
<Project>
2+
23
<PropertyGroup>
4+
<VersionPrefix>3.1.3-preview</VersionPrefix>
35
<LangVersion>latest</LangVersion>
4-
<VersionPrefix>3.1.2-preview</VersionPrefix>
5-
<PackageProjectUrl>https://github.com/graphql-dotnet/graphql-dotnet</PackageProjectUrl>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
77
<PackageIcon>logo.64x64.png</PackageIcon>
8-
<DebugType>embedded</DebugType>
8+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9+
<RepositoryType>git</RepositoryType>
910
<PublishRepositoryUrl>true</PublishRepositoryUrl>
10-
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(MSBuildProjectName).xml</DocumentationFile>
11+
<Deterministic>true</Deterministic>
12+
<!-- https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables -->
13+
<!-- https://github.com/clairernovotny/DeterministicBuilds -->
14+
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">True</ContinuousIntegrationBuild>
15+
<DebugType>embedded</DebugType>
16+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1117
</PropertyGroup>
18+
1219
<ItemGroup>
1320
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" Condition="'$(IsPackable)' == 'true'"/>
1421
</ItemGroup>
22+
1523
</Project>

src/GraphQL.Harness/GraphQL.Harness.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="GraphQL.Server.Ui.Altair" Version="4.1.0" />
9-
<PackageReference Include="GraphQL.Server.Ui.GraphiQL" Version="4.1.0" />
10-
<PackageReference Include="GraphQL.Server.Ui.Playground" Version="4.1.0" />
11-
<PackageReference Include="GraphQL.Server.Ui.Voyager" Version="4.1.0" />
8+
<PackageReference Include="GraphQL.Server.Ui.Altair" Version="4.2.0" />
9+
<PackageReference Include="GraphQL.Server.Ui.GraphiQL" Version="4.2.0" />
10+
<PackageReference Include="GraphQL.Server.Ui.Playground" Version="4.2.0" />
11+
<PackageReference Include="GraphQL.Server.Ui.Voyager" Version="4.2.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)