Skip to content
This repository was archived by the owner on Mar 11, 2020. It is now read-only.

Commit f61839f

Browse files
authored
Merge pull request #30 from sixeyed/master
Update version to 1.7.2
2 parents d0ca46c + d7efbb2 commit f61839f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Image2Docker.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'Image2Docker.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.7.1'
15+
ModuleVersion = '1.7.2'
1616

1717
# Supported PSEditions
1818
### NOTE: This module will not work with PowerShell Core.
@@ -105,7 +105,7 @@ PrivateData = @{
105105
PSData = @{
106106

107107
# Tags applied to this module. These help with module discovery in online galleries.
108-
Tags = @('Docker', 'Migration','Dockerfile','VHD', 'VM')
108+
Tags = @('Docker', 'Migration','Dockerfile','VHD', 'VM', 'IIS', 'ASP.NET')
109109

110110
# A URL to the license for this module.
111111
LicenseUri = 'http://www.apache.org/licenses/LICENSE-2.0'

0 commit comments

Comments
 (0)