Skip to content

Commit 63351a3

Browse files
committed
fix(SecretManagerHelper): Add missing PackAsTool property in csproj
1 parent 3e4d529 commit 63351a3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

generator-input/pipeline-state.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4493,6 +4493,7 @@
44934493
{
44944494
"id": "Google.Cloud.Tools.SecretManagerHelper",
44954495
"currentVersion": "0.1.0",
4496+
"nextVersion": "1.0.0",
44964497
"generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
44974498
"releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
44984499
"releaseTimestamp": "2026-06-18T20:54:29.790259281Z",
@@ -5124,4 +5125,4 @@
51245125
"google/shopping/merchant/reports/v1alpha",
51255126
"google/storage/v2"
51265127
]
5127-
}
5128+
}

tools/Google.Cloud.Tools.SecretManagerHelper/Google.Cloud.Tools.SecretManagerHelper.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<Import Project="../DotnetToolProperties.xml" />
23

34
<PropertyGroup>
45
<OutputType>Exe</OutputType>
@@ -7,7 +8,7 @@
78
<Nullable>enable</Nullable>
89
<Version>0.1.0</Version>
910
<Description>Tool used by Google .NET release processes to fetch secrets from Secret Manager. While there is nothing "secret" in this package, it is unlikely to be useful to other developers. It is only published as a matter of convenience for other Google .NET repositories.</Description>
10-
<ToolCommandName>secrets-manager-helper</ToolCommandName>
11+
<ToolCommandName>secret-manager-helper</ToolCommandName>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

0 commit comments

Comments
 (0)