Skip to content

Commit 5eb01a6

Browse files
vlesierseVincent Lesierse
andauthored
fix: change NuGet package name (#38)
Change NuGet package to `Amazon.CDK.AWS.Lambda.DotNet` to stay inline with existing package names. Co-authored-by: Vincent Lesierse <[email protected]>
1 parent 43723da commit 5eb01a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.projenrc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ const project = new CdklabsConstructLibrary({
3434
module: 'aws_cdk.aws_lambda_dotnet',
3535
},
3636
publishToNuget: {
37-
dotNetNamespace: 'Amazon.CDK.AWS.Lambda.Dotnet',
38-
packageId: 'Amazon.CDK.AWS.Lambda.Dotnet',
37+
dotNetNamespace: 'Amazon.CDK.AWS.Lambda.DotNet',
38+
packageId: 'Amazon.CDK.AWS.Lambda.DotNet',
3939
},
4040
autoApproveUpgrades: true,
4141
prettier: true,

package.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)