Skip to content

Commit 3b9919d

Browse files
committed
fix: nuget package id changed
1 parent a9999b8 commit 3b9919d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
3333
},
3434
publishToNuget: {
3535
dotNetNamespace: 'Gammarers.CDK.AWS',
36-
packageId: 'Gammarers.CDK.AWS.Ec2InstanceRunningScheduleStack',
36+
packageId: 'Gammarers.CDK.AWS.EC2InstanceRunningScheduleStack',
3737
},
3838
});
3939
project.synth();

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)