Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FC\abm committed Mar 11, 2020
1 parent d060638 commit b6adad8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 1.0.1

* Add missing dependency `AWS.Tools.AutoScaling`

## 1.0.0

* Convert to use AWS.Tools instead of the old monolithic AWSPowerShell. AWS Tools is cross-pltform therefore there is no longer a need to publish an addtional .netcore version of this module - it is now inherently cross-platform.
Expand Down
4 changes: 3 additions & 1 deletion aws-toolbox/aws-toolbox.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
RootModule = 'aws-toolbox.psm1'

# Version number of this module.
ModuleVersion = '1.0.0'
ModuleVersion = '1.0.1'

# ID used to uniquely identify this module
GUID = 'e3c04d58-4e7d-4572-9e81-3b3a93f1a518'
Expand All @@ -34,6 +34,7 @@
# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(
'AWS.Tools.Common'
'AWS.Tools.AutoScaling'
'AWS.Tools.SecurityToken'
'AWS.Tools.CloudFormation'
'AWS.Tools.EC2'
Expand Down Expand Up @@ -88,6 +89,7 @@
# Required modules not included as part of this one
ExternalModuleDependencies = @(
'AWS.Tools.Common'
'AWS.Tools.AutoScaling'
'AWS.Tools.SecurityToken'
'AWS.Tools.CloudFormation'
'AWS.Tools.EC2'
Expand Down

0 comments on commit b6adad8

Please sign in to comment.