Skip to content

Commit

Permalink
feat: rename nuget namespace & package id
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed Apr 24, 2024
1 parent c919789 commit d567bdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
module: 'gammarers.aws_secure_vpc_bucket',
},
publishToNuget: {
dotNetNamespace: 'Gammarer.CDK.AWS',
packageId: 'Gammarer.CDK.AWS.SecureVpcBucket',
dotNetNamespace: 'Gammarers.CDK.AWS',
packageId: 'Gammarers.CDK.AWS.SecureVpcBucket',
},
});
project.synth();
4 changes: 2 additions & 2 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d567bdb

Please sign in to comment.