Skip to content

Commit cc4c99d

Browse files
committed
Refined Templates
1 parent 3dc5207 commit cc4c99d

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.build/Build.Publish.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ partial class Build
6565
projFile = File.ReadAllText(Gateway13Proj);
6666
File.WriteAllText(Gateway13Proj, projFile.Replace("11.1.0", SemVersion));
6767

68+
projFile = File.ReadAllText(GatewayManaged13Proj);
69+
File.WriteAllText(GatewayManaged13Proj, projFile.Replace("11.1.0", SemVersion));
70+
6871
DotNetBuildSonarSolution(
6972
PackSolutionFile,
7073
include: file =>

templates/v12/function-isolated/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"classifications": ["Web", "GraphQL", "Azure"],
55
"identity": "HotChocolate.Template.AzureFunctions.Isolated",
66
"sourceName": "HotChocolate.Template.AzureFunctions.Isolated",
7-
"name": "HotChocolate GraphQL Function Isolated",
7+
"name": "GraphQL Function Isolated",
88
"shortName": "graphql-azf-ip",
9-
"defaultName": "GraphQL AzureFunction Isolated",
9+
"defaultName": "GraphQL Function Isolated",
1010
"description": "",
1111
"preferNameDirectory": true,
1212
"tags": {

templates/v12/function/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"classifications": ["Web", "GraphQL", "Azure"],
55
"identity": "HotChocolate.Template.AzureFunctions",
66
"sourceName": "HotChocolate.Template.AzureFunctions",
7-
"name": "HotChocolate GraphQL Function",
7+
"name": "GraphQL Function",
88
"shortName": "graphql-azf",
9-
"defaultName": "GraphQL AzureFunction",
9+
"defaultName": "GraphQL Function",
1010
"description": "",
1111
"preferNameDirectory": true,
1212
"tags": {

templates/v12/gateway-bcp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"classifications": ["Web", "GraphQL"],
55
"identity": "HotChocolate.Template.Gateway.Managed",
66
"sourceName": "HotChocolate.Template.Gateway.Managed",
7-
"name": "HotChocolate Managed GraphQL Gateway",
7+
"name": "GraphQL Gateway Managed",
88
"shortName": "graphql-gateway-managed",
9-
"defaultName": "Managed GraphQL Gateway",
9+
"defaultName": "GraphQL Gateway Managed",
1010
"description": "",
1111
"preferNameDirectory": true,
1212
"tags": {

templates/v12/gateway/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"classifications": ["Web", "GraphQL"],
55
"identity": "HotChocolate.Template.Gateway",
66
"sourceName": "HotChocolate.Template.Gateway",
7-
"name": "HotChocolate GraphQL Gateway",
7+
"name": "GraphQL Gateway",
88
"shortName": "graphql-gateway",
99
"defaultName": "GraphQL Gateway",
1010
"description": "",

templates/v12/gateway/HotChocolate.Template.Gateway.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10+
<PackageReference Include="BananaCakePop.Services" Version="1.0.0" />
1011
<PackageReference Include="HotChocolate.AspNetCore" Version="11.1.0" />
1112
<PackageReference Include="HotChocolate.AspNetCore.CommandLine" Version="11.1.0" />
1213
<PackageReference Include="HotChocolate.Fusion" Version="11.1.0" />
13-
<PackageReference Include="HotChocolate.Types.Analyzers" Version="11.1.0">
14-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
15-
<PrivateAssets>all</PrivateAssets>
16-
</PackageReference>
1714
</ItemGroup>
1815

1916
</Project>

templates/v12/server/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"classifications": ["Web", "GraphQL"],
55
"identity": "HotChocolate.Template.Server",
66
"sourceName": "HotChocolate.Template.Server",
7-
"name": "HotChocolate GraphQL Server",
7+
"name": "GraphQL Server",
88
"shortName": "graphql",
99
"defaultName": "GraphQL",
1010
"description": "",

0 commit comments

Comments
 (0)