Skip to content

Commit

Permalink
Fixed bugs and CR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jayshah-msft committed Oct 7, 2016
1 parent ec27f5f commit 3a1fc0f
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 145 deletions.
Binary file added BitsOnNano.exe
Binary file not shown.
10 changes: 5 additions & 5 deletions 0.1.0.0/MicrosoftDockerProvider.psd1 → DockerMsftProvider.psd1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Module manifest for module 'MicrosoftDockerProvider'
# Module manifest for module 'DockerMsftProvider'
#
# Generated by: jayshah
#
Expand All @@ -9,10 +9,10 @@
@{

# Script module or binary module file associated with this manifest.
RootModule = 'MicrosoftDockerProvider.psm1'
RootModule = 'DockerMsftProvider.psm1'

# Version number of this module.
ModuleVersion = '0.1.0.0'
ModuleVersion = '0.1.0.2'

# ID used to uniquely identify this module
GUID = '5beed3da-526b-47eb-9197-29c6a7214e4e'
Expand All @@ -27,7 +27,7 @@ CompanyName = 'Microsoft'
Copyright = '(c) 2016 Microsoft. All rights reserved.'

# Description of the functionality provided by this module
Description = 'This module helps you to find docker images for your Windows machine. You can also download and install the docker images. Thank you for your continued patronage.'
Description = 'PowerShell module with commands for discovering, installing, and updating Docker images.'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'
Expand All @@ -37,7 +37,7 @@ FunctionsToExport = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{
"PackageManagementProviders" = 'MicrosoftDockerProvider.psm1'
"PackageManagementProviders" = 'DockerMsftProvider.psm1'

PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
Expand Down
Loading

0 comments on commit 3a1fc0f

Please sign in to comment.